Skip to content

wangshiy/amazonyte

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amazonyte

Netlify Status

How to deploy

Backend

truffle compile
truffle migrate --reset --network rinkedby
# truffle migrate --reset --network development # when deploy to development

Frontend

prerequisite: node > 16 for ipfs client

Since the project keys are stored locally, so only deployed manually from local will work, in the other word, automatically deloyed from github won't work.

cd website
yarn build
netlify deploy # Publish directory select: build
netlify deploy --prod # Publish directory select: build

Project Secrets

ask shiyu.wang.ui@gmail.com

.
├── contract
 ├── .env
├── website
 ├── .env
 └── .netlify
 └── state.json