Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bengabp/holesky-token
Easily deploy a token on holesky testnet - Only for testing purposes
https://github.com/bengabp/holesky-token
blockchain ethereum holesky javascript solidity-contracts testnet web3
Last synced: 10 days ago
JSON representation
Easily deploy a token on holesky testnet - Only for testing purposes
- Host: GitHub
- URL: https://github.com/bengabp/holesky-token
- Owner: bengabp
- Created: 2025-01-08T10:18:22.000Z (28 days ago)
- Default Branch: main
- Last Pushed: 2025-01-08T11:31:37.000Z (28 days ago)
- Last Synced: 2025-01-08T11:32:03.834Z (28 days ago)
- Topics: blockchain, ethereum, holesky, javascript, solidity-contracts, testnet, web3
- Language: JavaScript
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ⚠️⚠️ This is only for educational purposes ⚠️⚠️
# Resources
- [How to deploy token on holesky network](https://blog.blockmagnates.com/how-to-create-and-deploy-an-erc20-token-on-the-holesky-testnet-using-hardhat-and-openzeppelin-1145546df00f)- [How to add holesky testnet to metamask](https://www.datawallet.com/crypto/add-holesky-to-metamask)
# Deploying token
- Create a .env file in root directory with contents
```bash
PRIVATE_KEY=
RPC_ENDPOINT_URL=https://ethereum-holesky-rpc.publicnode.com
```
Note that the wallet will be charged a small fee during deployment so make sure you have some eth tokens in holesky network otherwise deployment will fail.- Deploy
```bash
npx hardhat ignition deploy ./ignition/modules/Deploy.js --network holesky
```You can check my own token on holesky -> 0x386f64243fa8D8c674d945c6747aea87CE9d8ff1