Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 26 days 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 (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-14T00:20:18.000Z (7 months ago)
- Last Synced: 2024-05-14T01:35:51.416Z (7 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=
```