Skip to content

mrguamos/defi-knight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

defiknight

DefiKnight

install nodejs current lts
install metamask to your browser https://metamask.io/
create metamask account
install yarn run npm install --global yarn
install ganache npm install ganache --global / yarn global add ganache
install truffle npm install truffle --global / yarn global add truffle
run ganache -i 1337 -h 0.0.0.0 //optional -m "your 12 words seed phrase" //IMPORTANT - DO NOT COMMIT OR SHARE ANY SEED PHRASE OR SECRET KEY
run yarn install
run yarn truffle-migrate-reset --network development
run yarn dev