Skip to content

dzianisv/ERC20-foundry

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