Skip to content

Commit

Permalink
Implement blockchain utilities (#30)
Browse files Browse the repository at this point in the history
* Initial blockchain utilities implementation

* Add tests

* Add additional helper function

* Make the protocol ID required to avoid ambiguity

* Add documentation comments, remove floating todo

* Add string decoding function, refactor toBytes32String
  • Loading branch information
aquarat authored Nov 16, 2023
1 parent 4f64ac3 commit ca5b171
Show file tree
Hide file tree
Showing 7 changed files with 743 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,11 @@
"eslint-plugin-react": "^7.32.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unicorn": "^48.0.1",
"ethers": "^5.7.2",
"lodash": "^4.17.21",
"winston": "^3.10.0",
"winston-console-format": "^1.0.8"
"winston-console-format": "^1.0.8",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/jest": "^29.5.5",
Expand Down
Loading

0 comments on commit ca5b171

Please sign in to comment.