Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dszlachta/invoice-splitter-front
React front-end for invoice-splitting smart contract
https://github.com/dszlachta/invoice-splitter-front
dapp ethereum web3 web3js
Last synced: 16 days ago
JSON representation
React front-end for invoice-splitting smart contract
- Host: GitHub
- URL: https://github.com/dszlachta/invoice-splitter-front
- Owner: dszlachta
- Created: 2021-07-20T16:40:53.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-20T20:40:05.000Z (over 3 years ago)
- Last Synced: 2024-11-18T00:35:54.630Z (3 months ago)
- Topics: dapp, ethereum, web3, web3js
- Language: TypeScript
- Homepage:
- Size: 381 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ethereum Invoice Splitter
This is a front-end for Invoice Splitter ([smart contract repository here](https://github.com/dszlachta/invoice-splitter-contract)), a tool that allows one party (a client) to send payment, which is instantly divided and sent to shareholders.
## Usage
### As an owner
Connect with your wallet and add a new project, providing shareholders' addresses and how many shares each of them has. After the data is saved to the smart contract, you will be present with a payment link. Send it to the client.### As a client
Open the app with the payment link, review transaction details and click *Pay X ETH* to initiate the payment. Then confirm the transaction in your wallet.### Available wallets
This app uses Onboard to integrate with the most popular wallets.
## Available Scripts
- `yarn start`
- `yarn build`
- `yarn eject`