Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

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

* **[Truffle](./truffle/README.md)**
* **[Hardhat](./hardhat/README.md)**
* **[Foundry](./foundry/README.md)**
* **[Truffle](./truffle/Ujang.md)**
* **[Hardhat](./hardhat/Ujang.md)**
* **[Foundry](./foundry/Ujang.md)**

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

## Contract

Expand All @@ -26,4 +26,4 @@ The `MyToken.sol` contract is a basic ERC20 token with an initial supply minted
* 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.
**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.