EdinyangaOttoho / Panorama-Swap-INK-SC

The following repository is used to store all Panorams swaps's smart contracts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

panorama logo

Welcome to Panorama Swap's smart contract repository!

In this repositroy you'll find every smart contract we are using in Panorama Swap platform. We are using INK! domain specific language to write smart contract for networks that run Substrate framework and INK! contracts are compiled to WebAssembly. We are following and implementing OpenBrush's PSP22 protocol and standard.

*We are continually updating and adding more smart contracts and in-depth information, stay tuned :)

Contracts :

  1. pair_creation - a contract to deploy and create trading_pair_azero and trading_pair_psp22 in order for users to create their own liquidity pools and trading pairs.

  2. psp22 - a contract that implements OpenBrush's PSP22 standard to create PSP22 tokens with metadata extension (token name and symbol).

  3. trading_pair_azero - this contract is used in deploying AZERO/PSP22 trading pairs and pools.

  4. trading_pair_psp22 - this contract is used in deploying PSP22/PSP22 trading pairs and pools.

  5. vesting_contract - this smart contract contains all the logic for the vesting program.

  6. airdrop_contract - this smart contract contains all the logic for the airdrop event.

  7. airdrop_contract - this smart contract contains all the logic for the staking program.

Useful link:

  1. Panorama Swap DAPP (currently running on Aleph Zero testnet): https://panoramaswap.app/.

  2. Panorama Swap homepage: https://panoramaswap.com/.

  3. Panorama Swap gitbook: https://panoramaswap-1.gitbook.io/panorama-swaps-documentation/.

  4. Aleph Zero homepage: https://alephzero.org/.

  5. INK! github repoistory: https://github.com/paritytech/ink.

  6. OpenBrush's github repoistory: https://github.com/Supercolony-net/openbrush-contracts.

  7. substrate github repoistory: https://github.com/paritytech/substrate

About

The following repository is used to store all Panorams swaps's smart contracts.


Languages

Language:Rust 100.0%