Skip to content

julienbrg/my-stupid-token-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Stupid Token v2

Deploy your own ERC-20.

Prerequisite

Make sure you have these installed:

Install

git clone https://github.com/julienbrg/my-super-token-v2.git
cd my-super-token-v2
npm i

Test

npx hardhat test

Deploy

Copy the .env.example file and rename it .env. In this .env file, you want to:

  • Add one of your wallets' private key (MetaMask private key export). It's recommended to create a fresh address, then go grab a handful of Goerli ETH using this faucet.
  • Add your own POKT Network Goerli endpoint.
npx hardhat --network goerli deploy

Etherscan verification

npx hardhat --network goerli etherscan-verify --api-key <YOUR_ETHERSCAN_API_KEY>

Example

https://goerli.etherscan.io/address/0xa99ddb5f7b9b8ebf48cb31c213eeffdd1e9ed5f6#code

Support

You can contact me via Element (preferred), Twitter, Telegram, Discord, LinkedIn or email.

Credits

This repo is using hardhat-deploy developed by @wighawag.

About

Deploy your own ERC-20

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published