@aragon/staking

A Staking app with checkpointing (implementing ERC900 interface with history) and locking.

Usage no npm install needed!

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

README

Staking App

Build Status

A Staking app with checkpointing (implementing ERC900 interface with history) and locking.

📓 Read the full documentation

Testing

Truffle

Currently this app is using Truffle. You can run tests with yarn test.

Coverage

You can measure coverage using Truffle by running yarn coverage.

Get involved