supra-l1-sdk
v5.0.2
Published
Typescript SDK for Supra
Downloads
20,094
Maintainers
Readme
Typescript SDK for Supra
The supra-l1-sdk provides a convenient way to interact with the supra chain and perform operations on supra chain. It offers a set of utility functions, classes, and types to simplify the integration process and enhance developer productivity.
Installation
Install supra-l1-sdk with npm
npm install supra-l1-sdkReference Docs
For SDK documentation, check out the TypeScript SDK documentation
Usage
Check ./src/example.ts for understating about the usage.
Functionalities
- [x] Significant
rpc_nodeendpoint integration - [x] Transaction insights
- [x] Transfer coin
- [x] Publish Package
- [X] Transaction payload generation
- [X] Transaction simulation
- [X] Transaction signing
- [X] Transaction hash generation
- [X]
entry_function_payloadtype tx - [X]
script_payloadtype tx - [X]
automation_registration_payloadtype tx - [X] Sponsor transaction
- [X] Multi-agent transaction
- [X] Starkey wallet integration support
Contributing
If you found a bug or would like to request a feature, please file an issue. If, based on the discussion on an issue you would like to offer a code change, please make a pull request.
