Go to file
Oskar Thoren 86808a7276
Use solc compiler 0.6.12
2021-01-19 11:42:11 +08:00
.github Init with pet-shop truffle box 2021-01-18 19:24:23 +08:00
contracts Import Swap contracts 2021-01-18 19:26:15 +08:00
migrations Init with pet-shop truffle box 2021-01-18 19:24:23 +08:00
src Init with pet-shop truffle box 2021-01-18 19:24:23 +08:00
test Init with pet-shop truffle box 2021-01-18 19:24:23 +08:00
.gitattributes Init with pet-shop truffle box 2021-01-18 19:24:23 +08:00
.gitignore Init with pet-shop truffle box 2021-01-18 19:24:23 +08:00
LICENSE Init with pet-shop truffle box 2021-01-18 19:24:23 +08:00
README.md Add basic README 2021-01-18 19:31:41 +08:00
box-img-lg.png Init with pet-shop truffle box 2021-01-18 19:24:23 +08:00
box-img-sm.png Init with pet-shop truffle box 2021-01-18 19:24:23 +08:00
bs-config.json Init with pet-shop truffle box 2021-01-18 19:24:23 +08:00
package-lock.json Init with pet-shop truffle box 2021-01-18 19:24:23 +08:00
package.json Init with pet-shop truffle box 2021-01-18 19:24:23 +08:00
truffle-config.js Use solc compiler 0.6.12 2021-01-19 11:42:11 +08:00

README.md

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