JSPM

supra-l1-sdk-core

2.0.0
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 3876
    • Score
      100M100P100Q139665F
    • License Apache-2.0

    Core of the Supra-L1-SDK

    Package Exports

    • supra-l1-sdk-core

    Readme

    Supra-L1-SDK-Core

    Discord

    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.