⚔️ 𝖌𝖗𝖆𝖒𝖗
The legendary sword that forges smart contracts
A blazing-fast toolkit for scaffolding OpenZeppelin-powered smart contracts, tests, and deployment scripts. Supports Solidity (Foundry) and Rust (Arbitrum Stylus) projects.
Quick Install
curl --proto '=https' --tlsv1.2 -sSf \
https://gramr.pxlvre.eth.limo/install.sh | sh
🧙♂️ Interactive Wizard
Zero-configuration contract creation with step-by-step guidance
⚡ Lightning Fast CLI
Direct command-line contract generation in milliseconds
🏗️ Multiple Languages
Solidity (Foundry) and Rust (Arbitrum Stylus) support
🔧 Complete Toolchain
Tests, deployment scripts, and documentation included
Get Started in Seconds
# Start interactive wizard
$ wotan
# Or use CLI directly
$ gramr new contract MyToken --solidity --oz-erc20
# Generate NFT with extensions
$ gramr new contract MyNFT --solidity --oz-erc721 --extensions enumerable,burnable