Get Started

Platform Users → Use the NEUS Hub

  • Connect your wallet → Join the Genesis campaign at neus.network/genesisarrow-up-right

  • Share NEUS proofs to drive impact and gain recognition during the campaign

  • Participate in community discussions and stay tuned for additional features

Explore the Hub


Developer Guide

Create your first NEUS proof in 5 minutes.

Install

npm install @neus/sdk

Create 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)

Add options when you need public visibility, IPFS anchoring, or cross-chain propagation:

Check Proof Status

What You Can Verify

Content Ownership

NFT Ownership

Token Holdings

Licensed Content

React Components

Any Programming Language

Works everywhere via HTTP:

Message format to sign:

Privacy Controls

Choose who can see your verifications:

Error Handling

What's Next?

Want to Learn More?

Last updated

Was this helpful?