- Run
npm installto install needed dependencies - Run
npm run dev-serverto start - Navigate to
localhost:8008 - 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)