Improve workerbee security by letting user provide their wallet
parent
a42a7d0f
No related branches found
No related tags found
Showing
- README.md 8 additions, 2 deletionsREADME.md
- api.md 61 additions, 69 deletionsapi.md
- examples/README.md 11 additions, 0 deletionsexamples/README.md
- examples/post-observer/index.html 14 additions, 4 deletionsexamples/post-observer/index.html
- examples/post-observer/wallet.html 77 additions, 0 deletionsexamples/post-observer/wallet.html
- package.json 3 additions, 3 deletionspackage.json
- pnpm-lock.yaml 9 additions, 9 deletionspnpm-lock.yaml
- src/bot.ts 9 additions, 37 deletionssrc/bot.ts
- src/interfaces.ts 6 additions, 5 deletionssrc/interfaces.ts
examples/post-observer/wallet.html
0 → 100644
{ | ||
"name": "@hive-staging/workerbee", | ||
"version": "0.3.8", | ||
"version": "0.3.11", | ||
"description": "Example bot to use in your browser app based on the wax and beekeeper library", | ||
"main": "dist/bundle/index.js", | ||
"types": "dist/bundle/index.d.ts", | ||
... | ... | @@ -45,8 +45,8 @@ |
"typescript": "5.2.2" | ||
}, | ||
"dependencies": { | ||
"@hive-staging/beekeeper": "^0.1.2", | ||
"@hive-staging/wax": "^0.3.23", | ||
"@hive-staging/beekeeper": "^0.1.3", | ||
"@hive-staging/wax": "^0.3.24", | ||
"class-transformer": "^0.5.1", | ||
"class-validator": "^0.14.0", | ||
"events": "^3.3.0", | ||
... | ... |
Please register or sign in to comment