πOriginTrail DKG
Usage
import { DkgClient } from "dev3-sdk";
const dkg = new DkgClient({
endpoint: 'https://dkg-testnet.dev3.sh', // gateway node URI
port: 8900,
blockchain: {
name: 'otp::testnet',
publicKey: "public-key", // wallet must be funded with TRAC tokens and native coins
privateKey: "private-key", // in order to execute state changing transactions
}
});Fetching Node Info
Creating Asset
Fetching Asset
Dev3 Widget Support

Quick App Prototyping
Last updated