@runic-rpc/cli
v0.1.4
Published
CLI tools for RunicRPC
Downloads
384
Maintainers
Readme
@runic-rpc/cli
CLI tools for RunicRPC.
Installation
pnpm add -g @runic-rpc/cliCommands
runic-rpc init
Generate a runic.config.json template:
runic-rpc initrunic-rpc test
Test RPC providers:
# Test all configured providers
runic-rpc test
# Test specific providers
runic-rpc test --providers helius,alchemy
# Use custom .env file
runic-rpc test --env .env.productionConfiguration
Create a .env file with your API keys:
HELIUS_API_KEY=your-key-here
ALCHEMY_API_KEY=your-key-hereLicense
MIT
