Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
insipx authored and jac18281828 committed Nov 8, 2023
1 parent b893dfa commit d484003
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion evm_contracts/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Quick Example of interacting with did:eth contract in wasm

copy of ethers-rs example with some small modifications
copy of ethers-rs example with some small modifications, and a simple HTML frontend for submitting attributes

Required Dependencies:
- anvil
- yarn


### Running
- Start the local ethereum development node with './start.sh'
- 'yarn serve' to run the example available at http://localhost:8080

0 comments on commit d484003

Please sign in to comment.