λ

Cardano Common

Scripts Console

Executable scripts

Common scripts for Cardano development.

Wallet, transaction, NFT and validator snippets live here. Choose one, set the network, copy the command, watch the artifacts drop into outputs/.

Snippets

60+

JS + CLI twins

Networks

3

Preview · Preprod · Mainnet

Exec time

<30s

wallet:generate

Quick launcher

Generate wallet (npm)

Preprod

Search commands

Network

Script

npm run wallet:generate -- --network preprod --json

Output

> npm run wallet:generate -- --network preprod --json
✔ mnemonic: volcano draw ...
✔ keys exported to outputs/wallet/wallet.json

Script: scripts/wallet/generate.js

walletlucidgenerate

View docs →