Skip to content

zenlinkpro/pallet-zenlink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pallet-zenlink

overview

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

work flow

  • 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 and token-token exchanges by zenlink-dex module.

build and tests

cargo +nightly-2020-10-05 build
cargo test

license

under Apache License v2