1.1.0 • Published 7 months ago

@chorus-one/signer-cactus-cosmos v1.1.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
7 months ago

Chorus One SDK: Cactus Signer

Cactus signer for the Chorus One SDK, used for signing Cosmos transactions.

Installation

In the project’s root directory, run the following command:

npm install @chorus-one/signer-cactus-cosmos --save

Usage

Here is a basic example of how to configure and initialize the CactusSigner:

import { CactusSigner } from '@chorus-one/signer-cactus-cosmos'

const signer = new CactusSigner({
  signer: window.cactuslink_cosmos,
  chainId: 'cosmoshub-4'
})

await signer.init()

License

The Chorus One SDK is licensed under the Apache 2.0 License. For more detailed information, please refer to the LICENSE file in the repository.

1.1.0

7 months ago

1.0.0

7 months ago