2.5.3 • Published 25 days ago

@safe-global/api-kit v2.5.3

Weekly downloads
-
License
MIT
Repository
github
Last release
25 days ago

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 @safe-global/api-kit
npm install @safe-global/api-kit

Quick Start

import SafeApiKit from '@safe-global/api-kit'

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.

2.5.3

25 days ago

2.5.2

1 month ago

2.5.0

2 months ago

2.5.1

1 month ago

2.4.6

2 months ago

2.4.5

3 months ago

2.4.1

6 months ago

2.4.0

6 months ago

2.4.3

4 months ago

2.4.2

5 months ago

2.4.4

3 months ago

2.3.2

6 months ago

2.3.2-alpha.0

6 months ago

2.3.1

7 months ago

2.3.0

7 months ago

2.2.0

9 months ago

2.1.0

10 months ago

2.1.0-alpha.0

10 months ago

1.2.0

1 year ago

1.3.1

1 year ago

1.3.0

1 year ago

2.0.0-alpha.3

12 months ago

2.0.0-alpha.4

12 months ago

2.0.0-alpha.0

1 year ago

2.0.0-alpha.1

1 year ago

2.0.0-alpha.2

1 year ago

2.0.0

12 months ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago