Experimental Turnkey Cosmos Signer for CosmJS
:
TurnkeyDirectWallet
is a drop-in replacement forDirectSecp256k1Wallet
that conforms to theOfflineDirectSigner
interface.
If you need a lower-level, fully typed HTTP client for interacting with Turnkey API, check out @turnkey/http
.
API Docs: https://docs.turnkey.com/
$ npm install @turnkey/cosmjs
Example | Description |
---|---|
with-cosmjs |
Create a new Cosmos address, then sign and broadcast a transaction on Celestia testnet via CosmJS |
@turnkey/http
: lower-level fully typed HTTP client for interacting with Turnkey API