Skip to content
This repository has been archived by the owner on Apr 21, 2021. It is now read-only.

Latest commit

 

History

History
8 lines (7 loc) · 296 Bytes

test.md

File metadata and controls

8 lines (7 loc) · 296 Bytes

Test In Browser

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