Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 470 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 470 Bytes

Laserbot

This uses a "test blockchain", called Ganache. To start it, run

npm run ganache

Then you should deploy the smart contracts to it (this uses Truffle)

npm run deploy

Then start a webserver to have a look at the app

npm run dev

Note: for a very minimalistic smart contract setup, see this commit.