Package Exports
- supra-l1-sdk-core
Readme
Supra-L1-SDK-Core
This SDK serves as the foundational layer of the supra-l1-sdk, providing essential low-level implementations. This SDK provides core components which are leveraged by the supra-l1-sdk to deliver a seamless and efficient developer experience for interacting with the Supra network.
Installation
npm install supra-l1-sdk-core
Testing
To run the full SDK tests, run:
pnpm test
Building from source
To use the local build in a local project:
// run from the root of this package
pnpm build
// run on your local project
pnpm add PATH_TO_LOCAL_SDK_PACKAGE
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. If neither of these describes what you would like to contribute, checkout out the contributing guide.