Inspiration

I wanted to learn about the various tokens supported by Ethereum like the typical tokens (ERC-20) and NFTs.

What it does

The Basic Goerli Token (BGT) is a crypto token launched on the Goerli Test Network (as I didn't have enough funds to deploy on the main Ethereum blockchain). BGT supports all basic functionalities of a fungible token. It can be used as fiat currency, lottery ticket, etc.

How was it built

Only a basic solidity script contains the entire code for launching this token.

What we learned

  • Coding in Solidity
  • Using non-custodial wallets like MetaMask
  • Launching a token!

Built With

Share this project:

Updates