Quickstart
(Very fast) quickstart
import { ThothIdSDK } from "thoth-id-sdk";
async function main() {
// ... code ...
const sdk = new ThothIdSDK();
await sdk.loadContractIds();
const walletAddr = await sdk.resolveName("example.htr");
// --- more code
}
main();Overview
Using a specific contractId (for testing) 🧪
contractId (for testing) 🧪Last updated

