Skip to content

anoma/token

Repository files navigation

Token

Installation

  1. Get an up-to-date version of Foundry with

    curl -L https://foundry.paradigm.xyz | bash
    foundryup
  2. Clone this repo and run

    forge install

Usage

Tests

Run

forge test --force --gas-report

Note

The --force flag is required for the openzeppelin-foundry-upgrades package to work. The --gas-report flag prints selected gas reports.

Coverage

Run

forge coverage

Documentation

Run

forge doc

About

The Anoma token contract written in Solidity

Resources

Stars

Watchers

Forks

Packages

No packages published