⚡ Gbit Smart CLI

Crie Smart Contracts rápidos – Tokens, NFTs e DAOs com um único comando.

📦 Instalar Agora

🔥 O que é o Gbit Smart?

O Gbit Smart é um framework CLI publicado no NPM, criado para desenvolvedores Web3. Ele permite gerar, compilar, fazer deploy e interagir com Smart Contracts com comandos simples.

📥 Instalação

npm install -g gbit-smart

Ou use direto no seu projeto:

npx gbit-smart init

🧩 Recursos Principais

🚀 Criar Token ERC20
🖼️ Criar NFT ERC721
🏛️ Criar DAO Governance
🔧 Compilar Contratos
🌐 Deploy Automático
💬 Interagir via CLI

📟 Comandos CLI

gbit init
gbit compile
gbit deploy
gbit interact
gbit transfer <to> <amount>