govicy.docs
govicy.getting_started
v1.0.0_Getting Started with Govicy
Prerequisites
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:
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
