Skip to content

Latest commit

History

History
35 lines (26 loc) 路 780 Bytes

README.md

File metadata and controls

35 lines (26 loc) 路 780 Bytes

馃挵馃攢 Splitter

馃毀 Under Construction

Splitter is a smart contract that allows sending money to many actors through a simple transaction. It's goal is to improve usability and experience for users.

Example Use cases

  • Sending a tip in a coffee shop, and sharing the tip between the barista, cashier and farmer.
  • Donation campaigns where you want that x% of everything goes to another org.
  • Revenue Share, a successful web 2.0 business model

Contributing as a Developer/Designer

git clone https://github.com/AffogatoNetwork/splitter.git
cd splitter

initialize splitter:

npm i

in a new terminal install and fire up ganache:

ganache-cli

in a new terminal install dependencies and start the app:

cd client
npm i
npm start