EOS trustless OTC trading
With EOSSWAP you can exchange any EOS.IO tokens, for any other EOS.IO tokens, atomically, without the participation of third parties! The tokens should comply with the standard eosio.token of the contract.
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ NETWORK=<eos/jungle/local> yarn run dev
# build for production and launch server
$ NETWORK=<eos/jungle/local> yarn run build
$ yarn start
# generate static project
$ yarn run generate