Skip to content

chris13524/split3

Repository files navigation

Split/3

ETHNYC hackathon project to implement the web3 version of Splitwise. This dApp uses a smart contract in order to record each transaction. Settlement transactions can then take place to reconcile everyone's debt. Furthremore, the contract balance can be used as a form of shared bank account where people may over-pay on their debts and others can take interest-free withdrawls from it.

Review our pitch deck.

Development

npm run dev

Contracts

npm run chain
npm run deploy

Deploy to Valist

npm run build
npm exec next export
# upload out/*