JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 12
  • Score
    100M100P100Q30058F
  • License MIT

SDK that facilitates the interaction with the Safe Transaction Service API

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (api-kit-forked) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    Safe API Kit

    npm Version GitHub Release GitHub

    Software development kit that facilitates the interaction with the Safe Transaction Service API, allowing to propose and share transactions with the other signers of a Safe, sending the signatures to the service to collect them, getting information about a Safe (like reading the transaction history, pending transactions, enabled Modules and Guards, etc.), among other features.

    Table of contents

    Documentation

    Head to the API Kit docs to learn more about how to use this SDK.

    Installation

    Install the package with yarn or npm:

    yarn add api-kit-forked
    npm install api-kit-forked

    Quick Start

    import SafeApiKit from 'api-kit-forked'
    
    const apiKit = new SafeApiKit({
      chainId: 1n,
      // Optional. txServiceUrl must be used to set a custom service. For example on chains where Safe doesn't run services.
      txServiceUrl: 'https://safe-transaction-mainnet.safe.global'
    })

    Need Help or Have Questions?

    If you have any doubts, questions, or need assistance, feel free to reach out! Here you will find how to get support.

    Contributing

    Please read our contribution guidelines before submitting any changes. We appreciate your help! 🙌

    License

    This library is released under MIT.