Domain Verification
1) Add the DNS record
2) Create the proof (SDK)
import { NeusClient } from '@neus/sdk';
const client = new NeusClient();
const proof = await client.verify({
verifier: 'ownership-dns-txt',
data: { domain: 'example.com' },
wallet: window.ethereum
});3) Gate or check eligibility
Reference
Last updated
Was this helpful?

