@turnkey/viem
@turnkey/http.
Getting started
Testing (Local)
-
Copy
.env.exampleto.env -
Start the Anvil node in one shell:
- Install Foundry & Anvil if you haven’t done so already
- Add Foundry to your
$PATH - Source your env e.g.
- Run
foundryupto installAnvil - Start Anvil
-
Run the tests in a new shell:
See also
@turnkey/example-with-viem: example using this package to create, sign, and broadcast a transaction on Sepolia (Ethereum testnet)@turnkey/http: lower-level fully typed HTTP client for interacting with Turnkey API@turnkey/api-key-stamper: package to authenticate to Turnkey using API key credentials@turnkey/webauthn-stamper: package to authenticate to Turnkey using Webauthn/passkeys.