diff --git a/README.md b/README.md index 14adb12..6a05074 100644 --- a/README.md +++ b/README.md @@ -24,10 +24,11 @@ truffle console npm run dev ``` + ## TODOs x Import contracts and run migrations x Setup basic UI -- Showcase basic chequebook end to end (deposit, show balance, withdraw) +x 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 diff --git a/src/index.html b/src/index.html index 91ef13b..e3a77dd 100644 --- a/src/index.html +++ b/src/index.html @@ -20,9 +20,15 @@

Loading...