Get Started
Platform Users → Use the NEUS Hub
Developer Guide
Install
npm install @neus/sdkCreate Your First Proof
import { NeusClient } from '@neus/sdk';
const client = new NeusClient();
// Prove content ownership
const proof = await client.verify({
verifier: 'ownership-basic',
content: 'My original content'
});
console.log('Proof created:', proof.qHash);Configure options (optional)
Check Proof Status
What You Can Verify
Content Ownership
NFT Ownership
Token Holdings
Licensed Content
React Components
Any Programming Language
Privacy Controls
Error Handling
What's Next?
Want to Learn More?
Last updated
Was this helpful?

