ore-sdk
v0.0.2
Published
A Typescript SDK to interface with the [ORE](https://github.com/regolith-labs/ore-cli) program.
Readme
ORE SDK
A Typescript SDK to interface with the ORE program.
To install the package
bun install ore-sdkTo install dependencies
bun installto test
bun test <testName>Features:
At the moment, only a subset of functionality is supported. PR's are welcome!
- [x] Fetch balances: Staked, ORE v1, ORE v2
- [x] Fetch bus addresses
- [x] Fetch rewards
- [x] Generate claim instruction
- [x] Generate open instruction
- [x] Generate close instruction
- [x] Generate stake instruction
- [x] Generate upgrade instruction
- [ ] Generate
Equihashhashes - [ ] Generate mine transaction
