Home

Awesome

This repository is not maintained anymore but stays here for legacy. All dApps were moved and are maintained in Swanky dApps repository

Astar WASM showcase dApps

This repository contains examples of ink! contracts and their respective UIs that can be deployed on Astar network. If you are looking for unaudited production ready dApps (ink! + UI) this repo is for you.

Contribute to this repository

contributions are welcome:

dApps

Uniswap-V2 - DEX

This repository host the first version of DEX. For latest DEX please go to the new repository: Swanky dApps - DEX

Farming

A farming dApp line by line implementation of ArthSwap master chef adapted from sushiswap

DAO

On Chain governance based on Governor contracts of OpenZeppelin

Tests

The test folder contains integration tests for the contracts. Tests are made with two different test frameworks, redspot and typechain.

Runs the tests

  1. Run a local node
    Please use swanky-node
  2. The integration tests uses typechain. Node version should be >= 16
    yarn install
    yarn compile
    yarn test:typechain