docs

Plug-and-Play Documentation

docs.sh — Copy-paste snippets
[ _ ][ 🗗 ][ X ]

Your GitHub repository is your most important DevRel blog. Tested configs, copy-paste ready.

--tool@CreditCoin Wormhole NTT

Native token transfers across EVM chains instead of wrapped assets. Before: Wrapped 'wCTC' overhead limits composability. After: Native CTC across mainnet Ethereum natively through Wormhole protocol.

install
npm install @wormhole-foundation/sdk
typescript
import { Wormhole } from '@wormhole-foundation/sdk';

// Transfer CTC from CreditCoin -> Ethereum Native
const amount = '1000.0';
// Call transfer logic specifying the NTT handler
console.log(`Initiated NTT Transfer of ${amount} CTC`);