Skip to content

FuixLabs/TradeTrust-Dapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DApp production set up tutorial

  1. run npm run prepare-server
  2. run npm run prepare-client
  3. Create .env file, and add this content to that file
REACT_APP_KEY=
REACT_APP_COMPANY_NAME=
REACT_APP_ENVIRONMENT=
REACT_APP_SECRET_KEY=
REACT_APP_AUTH_SERVER=
REACT_APP_SUPER_USER=
  1. run npm run set-up-env, and complete the steps to complete the installation of the env . file
  2. Go to client folder, and open package.json, after that remove proxy line, we only use proxy for development environment
  3. run npm run build

DApp development set up tutorial

  1. run npm run prepare-server
  2. run npm run prepare-client
  3. Create .env file, and add this content to that file
REACT_APP_KEY=
REACT_APP_COMPANY_NAME=
REACT_APP_ENVIRONMENT=
REACT_APP_SECRET_KEY=
REACT_APP_AUTH_SERVER=
REACT_APP_SUPER_USER=
  1. run npm run set-up-env, and complete the steps to complete the installation of the env . file
  2. run npm run client, the DApp is run at http://localhost:4000

DApp update super user tutorial

!!! You must make sure that the DApp has been set up before, and the superuser update will take time to do.

Create, use and get address of super user

You can refer to how to install via the link: https://decentralizedcreator.com/create-nami-wallet/?amp=1

Contact or support

  1. https://fuixlabs.com/supply-chain-in-ghana.html
  2. hao152903@gmail.com

Releases

No releases published

Packages

No packages published