https://github.com/codeluminary/erc20-token
Simple ERC20 token implementation
https://github.com/codeluminary/erc20-token
erc20 openzeppelin smart-contracts solidity
Last synced: about 2 months ago
JSON representation
Simple ERC20 token implementation
- Host: GitHub
- URL: https://github.com/codeluminary/erc20-token
- Owner: CodeLuminary
- Created: 2022-03-31T11:27:28.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-01T23:36:54.000Z (about 3 years ago)
- Last Synced: 2023-03-07T08:56:48.524Z (about 2 years ago)
- Topics: erc20, openzeppelin, smart-contracts, solidity
- Language: Solidity
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## erc20-token
This is a simple ERC20 token implemented using [OpenZeppellin](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/token/ERC20/ERC20.sol)
## Start Development
Kindly fork and clone the repo
## Installation
### SET UP LOCAL BLOCKCHAIN
Download [Ganache](https://trufflesuite.com/ganache/index.html) which is a local blockchain that you can run the smart contract or
### SMART CONTRACT SETUP
You can copy the code in 'SightToken.sol' and paste in [Remix](https://remix.ethereum.org), then compile and deploy to local blockchain.
## 🎩 Author
- IJONI VICTOR