LPX55 / 1hive-streaming-vesting-app

Home Page:vest-wine.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Streaming Bee

Introduction

Application for vesting to earn a right to tokenomics.

Running Development Mode

Installation

Pre-requirements

npm install --global yarn

Install dependencies

Install the dependencies

yarn install

homepage

Run dependencies & Start App

Run each on independent process.

Hardhat

yarn chain

Graph-Node

yarn clean-graph-node
yarn run-graph-node

SubGraph

cd packages/subgraph
yarn prepare
yarn create-local
yarn codegen
yarn build
yarn deploy-local

WARNING: if yarn prepare fails with Could not find file: config/config.json do the following:

yarn postdeploy

React-App

yarn start

Metamask Setup

For the metamask setup, after Hardhat is running

setup

add network

save network

import account

About

vest-wine.vercel.app

License:MIT License


Languages

Language:TypeScript 80.4%Language:Solidity 9.7%Language:JavaScript 4.5%Language:Shell 3.0%Language:Dockerfile 0.8%Language:Less 0.7%Language:HTML 0.6%Language:CSS 0.4%