Auth Token
const { CreateToken } = require('@everstake/wallet-sdk');
// companyName and tokenType are metadata
const companyName = "Everstake";
const tokenType = "SDK";
const token = await CreateToken(companyName, tokenType);const { CreateToken } = require('@everstake/wallet-sdk');
// companyName and tokenType are metadata
const companyName = "Everstake";
const tokenType = "SDK";
const token = await CreateToken(companyName, tokenType);Was this helpful?