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-assetsmodule. - create the exchange between native currency and tokens by
zenlink-dexmodule. - add some liquidity to the exchange by
zenlink-dexmodule. - swap in the
currency-token,token-currencyandtoken-tokenexchanges byzenlink-dexmodule.
cargo +nightly-2020-10-05 build
cargo testunder Apache License v2