chris13524 / split3

Home Page:split3.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/*

About

split3.vercel.app


Languages

Language:TypeScript 65.4%Language:JavaScript 27.7%Language:Solidity 5.5%Language:CSS 1.3%