Skip to content

Release v0.1.0

Latest

Choose a tag to compare

@pxlvre pxlvre released this 20 Oct 20:21
· 5 commits to master since this release

🎉 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)