koifinance / staking-pier

NBT Staking Pool on Ethereum

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Token Pier

A smart-contract based mechanism to distribute tokens over time, forked from AMPL's Token Geyser.

Adds a 1% liquidity tax on withdrawal. The liquidity tax is sent to the contract address, and is locked forever.

The official Pier contract address is:

Table of Contents

Install

# Install project dependencies
npm install

# Install ethereum local blockchain(s) and associated dependencies
npx setup-local-chains

Testing

# Run all unit tests
npm test

Contribute

To report bugs within this package, please create an issue in this repository. When submitting code ensure that it is free of lint errors and has 100% test coverage.

License

GNU General Public License v3.0 (c) 2020 The NIX Platform Developers GNU General Public License v3.0 (c) 2020 Fragments, Inc.

About

NBT Staking Pool on Ethereum


Languages

Language:JavaScript 66.4%Language:Solidity 33.2%Language:Shell 0.5%