Hacker News new | ask | show | jobs
by jjranalli 1778 days ago
Thanks for the feedback!

- The recipient for payments is the slicer, which is a smart contract. If you go onto the slicers page you can copy its address, and yes you can send it ETH however you prefer - not just through the website! (In fact, the payment on the platform is actually a standard ETH transfer). Currently it won't be able to accept other tokens, but I plan to add support eventually in a future release.

- The creation of a slicer involves the mint of ERC1155 tokens, the creation of the slicer smart contract, and establishes the link between the contract and the tokens (so that when a token transfer happens it is also reflected in the slicer logic).

I'm sure most of this aspects will get clear as I publish the contract source code, which I plan to deploy on GitHub soon (btw I'm also looking for devs who may be interested in contributing)

Feel free to reach out on twitter @slice__so, or via email hey@slice.so!