Install the Privacy Cash SDK
npm install privacycash @solana/web3.js
import { PrivacyCash } from 'privacycash'; const client = new PrivacyCash({ RPC_url: 'YOUR_SOLANA_MAINNET_RPC_URL', owner: 'YOUR_PRIVATE_KEY' });
Was this page helpful?