Skip to content

dzianisv/ERC20-foundry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e74c162 · Aug 7, 2024

History

5 Commits
Aug 6, 2024
Aug 7, 2024
Aug 7, 2024
Aug 7, 2024
Aug 6, 2024
Aug 6, 2024
Aug 7, 2024
Aug 6, 2024
Aug 7, 2024
Aug 7, 2024
Aug 7, 2024
Aug 7, 2024

Repository files navigation

This is a simple ERC20 token implementation and scripts to deploy it. Could be used as a foundry template.

Requirements

brew install cargo
curl -L https://foundry.paradigm.xyz | bash
source ~/.zshenv
forgeup --branch master

How to deploy

  1. Export the ERC20_NAME, ERC20_SYMBOL, ETH_PRIVATE_KEY
  2. ./deploy.sh

What I did?

forge init --template https://github.com/foundry-rs/forge-template hello_template
forge install OpenZeppelin/openzeppelin-contracts --no-commit
forge install foundry-rs/forge-std --no-commit

About

A foundry template to easily deploy the ERC20 token

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published