Update README
This commit is contained in:
parent
ee0d1445e6
commit
0215101397
18
README.md
18
README.md
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue