pallet-zenlink is a set of the pallets that implement
the Zenlink Protocol which is A cross-chain DEX network based on Polkadot
- zenlink-assets: the implement of the ERC20 assets.
- zenlink-dex: the implement of the Uniswap v1 functionality. it is closely coupled to the
zenlink-assets
- issue some tokens which are ERC20 assets by
zenlink-assets
module. - create the exchange between native currency and tokens by
zenlink-dex
module. - add some liquidity to the exchange by
zenlink-dex
module. - swap in the
currency-token
,token-currency
andtoken-token
exchanges byzenlink-dex
module.
cargo +nightly-2020-10-05 build
cargo test
under Apache License v2