GithubHelp home page GithubHelp logo

eth-avx3's Introduction

ERC20 Fungible Token

This Solidity program demonstrates the creation of a "fungible token" using the ERC20 standard. The ERC20 contract is extended and utilized to create customized fungible tokens in the Solidity programming language. The purpose of this program is to showcase how fungible tokens are created in Ethereum Virtual Machines (EVM).

Description

This program is a simple smart contract written in Solidity, the language used for developing smart contracts on the Ethereum blockchain. The contract includes multiple functions to interact with the fungible token. Key functionalities include minting tokens (which can only be called by the owner), transferring tokens, and approving token transactions.

Getting Started

Prerequisites

To run this program, you can use Remix, an online Solidity Integrated Development Environment (IDE). If you haven't used Remix before, you can access it here.

Execution

  1. On the Remix website, create a new file with a .sol extension (e.g., Token.sol).
  2. Copy and paste the provided Solidity code into the file.
  3. Compile the code using the "Solidity Compiler" tab, ensuring the compiler version is set to "0.8.9" or another compatible version.
  4. Deploy the contract using the "Deploy & Run Transactions" tab, selecting the "Token" contract from the dropdown menu.
  5. Once deployed, interact with the contract by calling its functions through the Remix interface.

Proof

Screenshot 1 Screenshot 2

Authors

  • Avanish Yadav[awanishyadav967]

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

eth-avx3's People

Contributors

awanishyadav967 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.