Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

glin-forge

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

glin-forge

Hardhat-style development environment for GLIN Network smart contracts

latest
Source
npmnpm
Version
0.2.1
Version published
Weekly downloads
1
-80%
Maintainers
1
Weekly downloads
 
Created
Source

glin-forge

Hardhat-style development environment for GLIN Network smart contracts.

Quick Start

No installation required! Use npx:

npx glin-forge init my-contract
cd my-contract
npm install
npx glin-forge build

Installation Options

Use directly without installation:

npx glin-forge init my-project

Option 2: Global npm install

Install globally:

npm install -g glin-forge
glin-forge init my-project

Option 3: Cargo install

If you have Rust installed:

cargo install glin-forge
glin-forge init my-project

Usage

# Initialize a new project
npx glin-forge init my-contract

# Build contracts
npx glin-forge build

# Run tests
npx glin-forge test

# Deploy to network
npx glin-forge deploy --network testnet

# Start interactive console
npx glin-forge console

# Analyze contract code
npx glin-forge analyze

# And more...
npx glin-forge --help

How it Works

This npm package downloads a pre-built native binary for your platform:

  • macOS: x64 and arm64 (Apple Silicon)
  • Linux: x64 and arm64
  • Windows: x64

If a pre-built binary isn't available, it will attempt to compile from source using Cargo (requires Rust).

Requirements

  • Node.js 16+ (for npx/npm)
  • No Rust/Cargo required (pre-built binaries provided)

Features

  • 🚀 Hardhat-style workflow
  • 📦 TypeScript SDK and testing utilities
  • 🎨 Interactive project initialization
  • 🧪 Comprehensive testing tools
  • 🔍 Built-in security analyzer
  • 💻 Interactive console (REPL)
  • 🌐 Multi-network support
  • 📊 Full-stack dApp templates

Documentation

Visit docs.glin.network/glin-forge for complete documentation.

Examples

License

Apache-2.0

Support

Keywords

glin

FAQs

Package last updated on 10 Oct 2025

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