This project implements a StandardBEP20 token, which is a standard BEP20 token with a constructor that sets the initial balance for the token holders.
- Standard BEP20 token implementation
- Constructor to set token name, symbol, decimals, and initial balance
- Initial balance is minted to the contract creator
- Node.js
- Hardhat
- Clone the repository:
git clone
- Install dependencies:
npm install
- Deploy the StandardBEP20 token:
npx hardhat run scripts/deploy.js
- Run tests:
npx hardhat test
- Name: StandardBEP20
- Symbol: SBEP
- Decimals: 18
- Initial Balance: 1000
This project is licensed under the MIT License.