alexeyneu / onboard

react + web3(new) + metamask(new)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install all stuff

from repo root
for arch linux:

sudo su 
source /usr/share/nvm/nvm.sh
nvm install 16
exit
source /usr/share/nvm/nvm.sh
nvm use 16
sudo npm install -g yarn
yarn install

Run

from repo root

yarn start

Production

from repo root

yarn build

then copy all stuff form build right to hosting root you have

About

react + web3(new) + metamask(new)


Languages

Language:JavaScript 75.0%Language:HTML 17.1%Language:CSS 7.9%