JSPM

  • Created
  • Published
  • Downloads 269
  • Score
    100M100P100Q86747F
  • License Apache-2.0

Turnkey Cosmos Signer for CosmJS

Package Exports

  • @turnkey/cosmjs
  • @turnkey/cosmjs/dist/index.js

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 (@turnkey/cosmjs) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@turnkey/cosmjs

npm

Experimental Turnkey Cosmos Signer for CosmJS:

  • TurnkeyDirectWallet is a drop-in replacement for DirectSecp256k1Wallet that conforms to the OfflineDirectSigner interface.

If you need a lower-level, fully typed HTTP client for interacting with Turnkey API, check out @turnkey/http.

API Docs: https://turnkey.readme.io/

Getting started

$ npm install @turnkey/cosmjs

Examples

Example Description
with-cosmjs Create a new Cosmos address, then sign and broadcast a transaction on Celestia testnet via CosmJS

See also

  • @turnkey/http: lower-level fully typed HTTP client for interacting with Turnkey API