Add basic README

This commit is contained in:
Oskar Thoren
2021-01-18 19:31:41 +08:00
parent adca7512c4
commit d6e03f41b2

15
README.md Normal file
View File

@@ -0,0 +1,15 @@
# README
A minimal end to end proof of concept of using Swap contracts written by Swarm
and maintained here: https://github.com/ethersphere/swap-swear-and-swindle
All significant code imported from the above repo. Only minor adjustments to
hooking things up and illustrates things in a minimal fashion.
## TODOs
- Import contracts and run migrations
- 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