tsukipond8531 / smart-contracts-halotrade-zone

The smart contracts of halotrade

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The smart contracts for halotrade

CircleCI codecov

The automated market-maker on Aura network.

Contracts

Name Description
halo_factory
halo_pair
halo_router
halo_token CW20 (ERC20 equivalent) token implementation for LP tokens
  • halo_router

    Mainnet: aura...

    Testnet: aura...

  • halo_factory

    Mainnet: aura...

    Testnet: aura...

  • halo_pair

    Mainnet (CodeID):

    Testnet (CodeID):

  • halo_token

    Mainnet (CodeID):

    Testnet (CodeID):

Running these contracts

You will need Rust 1.66.0+ with wasm32-unknown-unknown target installed.

You can run tests on this on each contracts directory via :

cargo test

The contracts can be compiled using beaker

beaker wasm build

with the optimizer is

optimizer_version = '0.12.9'

The optimized contracts are generated in the artifacts/ directory.

About

The smart contracts of halotrade

License:Apache License 2.0


Languages

Language:Rust 99.3%Language:JavaScript 0.7%Language:TypeScript 0.0%