CA:2pKMxjEJKsQSmE6fQcf3KceVAWdNLGvRucYudJyfpump
govicy.docs
govicy.getting_started
v1.0.0_

Getting Started with Govicy

Prerequisites

  • Node.js 18+
  • Solana CLI tools
  • A shocked expression ready
  • Installation

    Clone the repository

    git clone https://github.com/govicy/core

    Install dependencies

    npm install

    Configure Solana network

    solana config set --url mainnet-beta

    Quick Start

    Initialize a new Govicy project:

    npx govicy init my-project

    cd my-project

    npm run dev

    This scaffolds a project with:

  • Pre-configured RPC endpoints
  • Wallet adapter integration
  • Meme generation utilities
  • Shocked reaction engine
  • bash# Clone the repository
    git clone https://github.com/govicy/core
    
    # Install dependencies
    npm install
    
    # Configure Solana network
    solana config set --url mainnet-beta
    
    bashnpx govicy init my-project
    cd my-project
    npm run dev