Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 178 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 178 Bytes

put contract.wasm under my-app/public path

install and start frontend

cd my-app
npm i
npm start

install and start backend

cd server
npm i
npm start