bboynam99 / token-vesting-test

Frontend to handle and keep track of the Stakeholders on the Token Linear Vesting smart contracts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Token Vesting Interface

This repo contains the user interface example for management and usage of the token vesting strategies developed in the token linear vesting protocol.

For more information about the project, check the docs here: Docs

About the source code

This is a TypeScript & ReactJS application.

Getting Started

Requirements

You will need node.js (12.* or later) and npm installed to run it locally. We are using Hardhat to handle the project configuration and deployment. The configuration file can be found as hardhat.config.js.

  1. Import the repository and cd into the new directory.
  2. Run yarn install.
  3. Copy the file .env.example to .env, and:
    • Replace REACT_APP_INFURA_KEY with an INFURA or ALCHEMY url.
  4. Run yarn start.

Troubleshooting

If you have any questions, send them along with a hi to hello@dandelionlabs.io.

About

Frontend to handle and keep track of the Stakeholders on the Token Linear Vesting smart contracts.


Languages

Language:TypeScript 99.0%Language:HTML 0.9%Language:JavaScript 0.1%Language:Shell 0.0%