-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: add secrets management example * chore: secrets management scripts * chore: add example oracle using secrets * chore: rename js resolver to web3 functions * chore: bump sdks * docs: web3 functions command updates * chore: rename secret oracle example * feat: add simple storage example * chore: refactor sdk Co-authored-by: Brandon Chuah <[email protected]>
- Loading branch information
1 parent
fb645b4
commit 162ef5d
Showing
19 changed files
with
378 additions
and
336 deletions.
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,5 +1,4 @@ | ||
cache/ | ||
dist/ | ||
node_modules | ||
src/resolvers/fails | ||
.tmp |
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 |
---|---|---|
|
@@ -38,5 +38,5 @@ src/logs/ | |
|
||
.eslintcache | ||
|
||
# resolver builds | ||
# web3 functions builds | ||
.tmp |
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
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
Oops, something went wrong.