Skip to content

PinkDiamond1/astar-wasm-contracts-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Astar WASM contracts examples

This repository contains examples of ink! contracts that can be deployed on Atar netwroks

Contribute to this repository

contributions are welcome:

  • If you find an issue or a refactor idea please open an issue
  • If you want to add your own example open a Pull Request

Contracts

Uniswap-V2

This folder contains the line by line implementation of uniswap-v2 core & its tests. It uses ink! 3.3.0 & Openbrush 2.2.0

DAO

On Chain governance Based on Governor contracts of OpenZeppelin

Tests

The tests folders contains end-to-end tests for the contracts.

Runs the tests

  1. Run a local node
    Use swanky-node or Astar-local. Please follow the build & run instructions in their respective repository.
  2. The end-to-end test uses redspot as testing environment. Node version should be 14
yarn install
npx redspot test

About

No description, website, or topics provided.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published