- Run
npm install
to install needed dependencies - Run
npm run dev-server
to start - Navigate to
localhost:8080
- Call
InitWeb3()
in debugger console - Access the DSA object via
window.dsa
- Note that you need to call dsa= new DSA(web3) again. (fix coming up)