https://github.com/burgossrodrigo/token_deployer
Simple hardhat project with a token smartcontract from openzepppelin wizard on sepolia testnet
https://github.com/burgossrodrigo/token_deployer
erc20 hardhat openzeppelin
Last synced: 2 months ago
JSON representation
Simple hardhat project with a token smartcontract from openzepppelin wizard on sepolia testnet
- Host: GitHub
- URL: https://github.com/burgossrodrigo/token_deployer
- Owner: burgossrodrigo
- Created: 2024-05-14T00:14:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-14T00:20:18.000Z (about 1 year ago)
- Last Synced: 2025-03-19T23:32:00.326Z (2 months ago)
- Topics: erc20, hardhat, openzeppelin
- Language: TypeScript
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Token Deployer
Basic token deployer on sepolia.
To install:
```bash
yarn
```To deploy, run:
```bash
yarn deploy
```Create an env file with the following entries:
```env
PRIVATE_KEY=
SEPOLIA_RPC_URL=
```