🎉 Gramr v0.1.0
The legendary sword that forges smart contracts!
✨ Features
- ⚡ Lightning Fast CLI - Generate complete contracts in seconds
- 🧙♂️ Interactive Wizard - Wotan guides you through contract creation
- 🛡️ OpenZeppelin Powered - Uses official templates and best practices
- 🔄 Multi-Language - Solidity (Foundry) and Rust (Arbitrum Stylus)
- 🎛️ Rich Extensions - Burnable, pausable, votes, upgradeable, and more
📦 Installation
curl --proto "=https" --tlsv1.2 -sSf https://gramr.pxlvre.eth.limo/install.sh | sh🚀 Quick Start
# Interactive wizard
wotan
# Direct CLI
gramr new contract MyToken --solidity --oz-erc20 --extensions burnable,pausable📚 Documentation
📋 What's Changed
- chore: bump version to 0.1.0 (a2725da)