https://github.com/netzulo/utbh
UTBH Coin (ERC20)
https://github.com/netzulo/utbh
Last synced: 16 days ago
JSON representation
UTBH Coin (ERC20)
- Host: GitHub
- URL: https://github.com/netzulo/utbh
- Owner: netzulo
- Created: 2021-12-07T10:41:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-14T10:43:46.000Z (over 4 years ago)
- Last Synced: 2025-02-19T12:59:58.630Z (over 1 year ago)
- Language: JavaScript
- Size: 184 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
UTBH Coin
=========
UnTioBlancoHetero Coin it's a meme coin used by @Netzulo to test crypto.
* Youtube: https://www.youtube.com/c/UnTioBlancoHetero
* Twitch: https://www.twitch.tv/utbh_oficial
Description
-----------
Im using **ERC20PresetMinterPauser** to implement token
* Ability for holders to burn (destroy) their tokens
* Minter role that allows for token minting (creation)
* Pauser role that allows to stop all token transfers
Development Setup
-----------------
* Clone repository: `git clone https://github.com/netzulo/utbh`
ToDo
----
- [ ] Docker image (and docker-compose file)
- [ ] NPX tutorial (for development environment)
- [ ] Banned wallets (Blacklist)
- [ ] Allowed wallets to certains actions (Whitelist)
- [ ] Rewards with different wallets (simulate tokenomics)
- [ ] As Governance token (simulate with NFTs)