Skip to content

An implementation of the ERC20 standard using standalone code and openzepplin library. Highlighting the differences and shortcomins of my standalone attempt.

License

Notifications You must be signed in to change notification settings

achoudhury4927/foundry-adil-erc20

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License


My Token ERC20

Two smart contracts, one implementing the ERC20 standrad standalone and another using the OZ library. Foundry tests created too.
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Roadmap
  4. Contributing
  5. Acknowledgement
  6. License
  7. Contact

About The Project

A smart contract created with solidity that implemented the ERC20 token standards.

(back to top)

Built With

  • Solidity
  • Foundry

(back to top)

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

You will need foundry to install the packages and run tests. You can find out more here: https://book.getfoundry.sh/getting-started/installation. Make to run the makefile commands.

  • foundry

    curl -L https://foundry.paradigm.xyz | bash
  • foundryup

    foundryup
  • make

    sudo apt-get install make

Installation

  1. Clone the repo
    git clone https://github.com/achoudhury4927/foundry-adil-erc20.git
  2. Run Anvil
    make anvil
  3. Deploy contracts on local Anvil chain
    make deploy
  4. Run tests
    make test

(back to top)

Roadmap

  • Standalone ERC20 Contract
    • Tests
    • Analysis on differences and problems with attempt
  • ERC20 using Openzeppelin Library Contract
    • Tests

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

Acknowledgement

Patrick Collins Foundry Course

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Adil Choudhury - @ItsAdilC - [email protected]

Project Link: https://github.com/achoudhury4927/foundry-adil-erc20

(back to top)

About

An implementation of the ERC20 standard using standalone code and openzepplin library. Highlighting the differences and shortcomins of my standalone attempt.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published