gr3yc4t / ERC20-Staking-Machine

Dapp that implements a "fake-stake" mechanism on any ERC20 token

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ERC20 Staking Machine

Dapp that implements a "fake-stake" mechanism on any ERC20 token. The code is written specifically for a fixed-supply ERC20 token, but it can be easily extended also to ERC20 mintable token.

A demo of the Dapp (branded for Bitcoin&Company) can be found here (demo)

How does it work?

Users can simulate the process of staking on any ERC20 token, earning rewards according to the number of periods they left their token into the platform. Just one level of referral is supported, and the corresponding interest can be customized.

Features

  • "Fake-stake" mechanism with customizable reward
  • One level of referral
  • Crowdsale page where token can be bought
  • Internationalization (I18N) fully supported
  • Fully responsive

Installation

The Dapp is build over the Truffle Framework, in particular the initial boilerplate was the "react" box , so all the information regarding the building process can be found on the link.

Localization

Currently the app only supports English, Italian, and Chinese but additional languages can be added by editing the file i18n.js

Compatibility

The app was tested with the following browser

About

Dapp that implements a "fake-stake" mechanism on any ERC20 token


Languages

Language:JavaScript 86.9%Language:Solidity 11.1%Language:HTML 1.6%Language:CSS 0.3%Language:Dockerfile 0.0%Language:Shell 0.0%