The first listing free decentralized exchange.
With Alcor Exchange you can trade any EOS.IO tokens for system EOS tokens, atomically, without the participation of third parties! The tokens should comply with the standard eosio.token of the contract.
Props:
- Fully-onchain.
- NO FEES!
- Free CPU program.
- Open Source.
- EOS Mainnet
- WAX
- Telos
- Coffee
Send 3.0000 EOS to eostokensdex with memo: "new_market|0.token_precision token_symbol@token_contract"
Example memo: "new_market|0.00000000 WEED@weedcashnt"
Send the amount you want to sell, and specify the amount you want to get in the memo, the price and market will be automatically determined in the contract.
Memo format(ask token): token_amount token_symbol@token_contract
Example: transfer "0.7000 EOS" to eostokensdex with memo "1000.0000 TKT@eossanguotkt"
Call action cancelsell
or cancelbuy
with parameters:
executor: order owner
market_id:
order_id:
Example
executor: avral.pro
market_id: 32
order_id: 3
Orders and markets possible to see at contact tables
# 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