Skip to content

Entropy-Foundation/supra-l1-sdk

Repository files navigation

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 git+https://github.com/Entropy-Foundation/supra-l1-sdk.git

Reference Docs

For SDK documentation, check out the TypeScript SDK documentation

Usage

Check ./src/example.ts for understating about the usage.

Functionalities

  • Significant rpc_node endpoint integration
  • Transaction insights
  • Transfer coin
  • Publish Package
  • entry_function_payload type tx
  • script_payload type tx
  • Sponsor transaction
  • Multi-agent transaction
  • 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.