Skip to content

Commit

Permalink
feat(examples): improve documentation (#117)
Browse files Browse the repository at this point in the history
* chore(examples): update examples readme

* chore(examples): improve docs + command to launch example

* chore: lint fix

* chore(examples): improve examples readme + add dotenv for mnemonic loading

* chore: remove cert.json

* chore: ignore cert.json
  • Loading branch information
baktun14 authored Jan 20, 2025
1 parent 8be7bc2 commit 16cb3c3
Show file tree
Hide file tree
Showing 23 changed files with 291 additions and 233 deletions.
1 change: 1 addition & 0 deletions .env.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
MNEMONIC='<your wallet mnemonic>'
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ yarn-error.log
.coverage/
coverage/

.env
cert.json
Loading

0 comments on commit 16cb3c3

Please sign in to comment.