@turnkey/cosmjs

v0.8.26
  • Types
  • ESM
  • CJS

Turnkey Cosmos Signer for CosmJS

License
Apache-2.0
Install Size
62.3 kB/-
Vulns
1
Published

Get started

$npm install @turnkey/cosmjs
$pnpm add @turnkey/cosmjs
$yarn add @turnkey/cosmjs
$bun add @turnkey/cosmjs
$deno add npm:@turnkey/cosmjs
$vlt install @turnkey/cosmjs

Readme


title: "Cosmjs"

@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.

See more documentation at https://docs.turnkey.com/.

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