New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

forge-solana-sdk

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

forge-solana-sdk

FORGE - Intent-driven app assembly on Solana

latest
Source
npmnpm
Version
3.5.4
Version published
Maintainers
1
Created
Source

FORGE ⚡

npm npm downloads License

Intent-driven Solana program assembly. Generate production-ready Anchor programs from natural language.

Intent → Code. No magic, just infrastructure.

⚡ Quick Start

1. Install

npm install -g forge-solana-sdk

2. Create your first project

# Generate a token transfer program from an intent
forge init my-project --intent "transfer 100 tokens safely"

cd my-project
forge status

3. Harden and Simulate

# Apply security safeguards
forge harden

# Preview performance and logs without spending SOL
forge simulate

4. Generate SDK

# Generate modern Web3.js v2 functional SDK
forge generate-sdk --v2

🎯 Key Features

  • 💡 Intent-Driven: Transform natural language ("mint tokens", "create metadata") into optimized Anchor code.
  • 🛡️ Security-First: Integrated forge harden system with battery-included macros (require_signer!, assert_owned_by!).
  • 🚀 Modern Standards: Native support for Web3.js v2, Anchor 0.32+, and Rust Edition 2024.
  • 🧪 Complete Workflow: Auto-generated tests, security audits, performance profiling, and one-command deployment.

📚 Documentation

Detailed guides and references:

📋 Prerequisites

  • Node.js 18+
  • Rust 1.85.0+ (rustup update stable)
  • Solana & Anchor CLI

📄 License

MIT

FORGE generates code, not excuses. 🔗 GitHub

Keywords

solana

FAQs

Package last updated on 28 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts