Skip to content

Akagi201/near-guestbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

near-guestbook

Build Contract

make contract

Deploy and Init Contract

near create-account nearguestbook.akagi201.testnet --masterAccount akagi201.testnet
make deploy-contract

Build frontend

make frontend

Deploy frontend

make deploy-frontend

Start local frontend

make start-frontend