Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nullren/rens-test-token
small example of setting up an ERC20 token
https://github.com/nullren/rens-test-token
Last synced: about 14 hours ago
JSON representation
small example of setting up an ERC20 token
- Host: GitHub
- URL: https://github.com/nullren/rens-test-token
- Owner: nullren
- Created: 2021-03-06T23:23:54.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T04:57:19.000Z (almost 2 years ago)
- Last Synced: 2023-03-10T20:08:31.338Z (over 1 year ago)
- Language: JavaScript
- Size: 1.46 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rens-test-token
This is a pretty basic example and some boilerplate for setting up a new ERC20 token. These things are kind of dime-a-dozen but I just wanted to work through the steps by hand using both hardhat and openzeppelin. It was a lot easier than anticipated.
# usage
Make some changes and depending on some naming and pointing to the correct files, deploy with `yarn deploy`.