Update README

This commit is contained in:
Oskar Thoren 2021-01-19 19:04:20 +08:00
parent ee0d1445e6
commit 0215101397
No known key found for this signature in database
GPG Key ID: BDB55C8C0EF29911
1 changed files with 16 additions and 2 deletions

View File

@ -10,10 +10,24 @@ hooking things up and illustrates things in a minimal fashion.
Ensure you have truffle and Ganache installed. Ganache should be running.
```
# To compile all contracts
truffle compile --all
# To run all migrations
truffle migrate --reset
# To get a truffle console
truffle console
# To run a server
npm run dev
```
## TODOs
- Import contracts and run migrations
- Setup basic UI
x Import contracts and run migrations
x Setup basic UI
- Showcase basic chequebook end to end (deposit, show balance, withdraw)
- Get basic cheque sending working (web3 provider, util code)
- Showcase swap basic operation for two nodes