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.
Install supra-l1-sdk with npm
npm install git+https://github.com/Entropy-Foundation/supra-l1-sdk.git
For SDK documentation, check out the TypeScript SDK documentation
Check ./src/example.ts for understating about the usage.
- Significant
rpc_node
endpoint integration - Transaction insights
- Transfer coin
- Publish Package
-
entry_function_payload
type tx - Transaction payload generation
- Transaction simulation
- Transaction signing
- Transaction hash generation
-
script_payload
type tx - Sponsor transaction
- Multi-agent transaction
- Starkey wallet integration support
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.