Skip to content

Monarch717/EOSIO-DEX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The first listing free decentralized exchange.

Documentation: docs.alcor.exchange

With Alcor Exchange you can trade any EOS.IO tokens for system EOS tokens, atomically, without the participation of third parties! The token's contract should comply with the eosio.token standard or be a Simple Assets fungible token.

Props:

  1. Fully-onchain.
  2. Free CPU program.

Join our telegram!

Chains:

  1. EOS Mainnet
  2. WAX
  3. Telos
  4. Proton

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ NETWORK=<eos/wax/jungle/local> DISABLE_DB=true yarn run dev

# build for production and launch server
$ NETWORK=<eos/jungle/local> DISABLE_DB=true yarn run build
$ yarn start

# generate static project
$ yarn run generate

# Docker run:
docker run -d --restart=unless-stopped -p 127.0.0.1:27017:27017 --name mongo -m=3g mongo:4.4 --bind_ip 0.0.0.0

docker run -it -p 7002:7000 --restart=unless-stopped -d --label=com.centurylinklabs.watchtower.lifecycle.post-check="rm -rf /data/nginx/cache/eostokens && service nginx reload" --label=com.centurylinklabs.watchtower.enable=true --name alcor-ui --add-host=host.docker.internal:172.17.0.9 avral/alcor-ui

Created:

monarch Lee

About

Dex on the WAX, EOSIO, Jungle testnet.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published