Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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=
```