-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b893dfa
commit d484003
Showing
1 changed file
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |