@airswap/staking

Stake and unstake tokens on a schedule

Usage no npm install needed!

<script type="module">
  import airswapStaking from 'https://cdn.skypack.dev/@airswap/staking';
</script>

README

Staking

AirSwap is a peer-to-peer trading network for Ethereum tokens.

Discord License CircleCI Twitter Follow

Resources

Usage

:warning: This package is under active development and contains unaudited code. For all AirSwap contract deployments see Deployed Contracts.

Commands

Command Description
yarn Install dependencies
yarn clean Delete the contract build folder
yarn compile Compile all contracts to build folder
yarn test Run all contract tests in test folder

Running Tests

:bulb: Prior to testing locally, run yarn compile in the airswap-protocols project root to build required artifacts. Also in root, run yarn ganache before running yarn test in another shell.