For the complete documentation index, see llms.txt. This page is also available as Markdown.

Migration / Scripts

EVM

// Foundry
forge script script/Script.s.sol:Script --rpc-url https://eth.llamarpc.com --broadcast

Solana

// Scripts in migrations/deploy.ts
anchor migrate

Last updated