Skip to content

Contains the code for the $GFAL Token, an ERC20 compliant smart contract deployed on the Binance Smart Chain. It provides a centralized location for interested parties to view and interact with the smart contract, including its audit results, contract addresses, and deployment instructions.

License

Notifications You must be signed in to change notification settings

gamesforaliving/gfal-token

Repository files navigation

Games For A Living Token ERC20

The $GFAL Token Smart Contract follows the ERC20 Token Standard and is deployed on the BNB Chain. This GitHub repository provides a centralized location for interested parties to view the Smart Contract.

Smart Contract Audit

The $GFAL Token has been audited by Hacken.io, a professional services firm that specializes in audit, tax, legal, and financial advising services. The last audit received a score of 10 and can be accessed here.

Smart Contract Address

  • Mainnet: 0x47c454cA6be2f6DEf6f32b638C80F91c9c3c5949 on the BNB Chain (BSC) Mainnet (view on BscScan)
  • Testnet: 0xdE8eCC061f2940D1Ccd32DbE5cEA64EC0E1Fc878 on the Goerli Testnet (view on Etherscan)

Project Setup

Install required dependencies:

npm install

Create .env file

Create the .env file:

cp .env.example .env

Tests

The smart contract can be tested using Hardhat:

Solidity/Hardhat

npx hardhat test

Deployment

To deploy the smart contract:

  • To Hardhat for testing: npx hardhat run scripts/deploy.js
  • To a remote blockchain: npx hardhat run scripts/deploy.js --network {{network}}

About

Contains the code for the $GFAL Token, an ERC20 compliant smart contract deployed on the Binance Smart Chain. It provides a centralized location for interested parties to view and interact with the smart contract, including its audit results, contract addresses, and deployment instructions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published