Skip to content

reworked888/0g-deployment-scripts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

0G Testnet V3 Deployment Script Examples

This repository provides example scripts for deploying a simple ERC20 token (MyToken.sol) to the 0G Testnet V3 (Chain ID: 16601) using popular development frameworks:

Each directory contains a self-contained example with specific setup and deployment instructions in its respective README.md file.

Contract

The MyToken.sol contract is a basic ERC20 token with an initial supply minted to the deployer, using OpenZeppelin Contracts v5.0.2.

Network Details

General Requirements

  • Node.js/npm (for Truffle and Hardhat)
  • Foundry (for the Foundry example)
  • A private key for an account funded with 0G Testnet V3 tokens.

Important: Follow the instructions within each framework's directory (truffle/, hardhat/, foundry/) to set up environment variables (.env file) with your private key and the RPC URL.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 55.4%
  • JavaScript 36.3%
  • Python 6.1%
  • Ruby 1.8%
  • Other 0.4%