Code Monkey home page Code Monkey logo

ultra-tech-code / token-contract Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 88 KB

write a smart contract to create your own ERC20 token and deploy it using HardHat or Remix. Once deployed, you should be able to interact with it for your walk-through video. From your chosen tool, the contract owner should be able to mint tokens to a provided address and any user should be able to burn and transfer tokens.

Solidity 8.89% TypeScript 91.11%

token-contract's Introduction

Project Title

BlackadamToken

Description

A basic ERC-20 token contract named BlackAdamToken, built on the ERC20 contract from OpenZeppelin library. The contract inherits from the ERC-20 standard, providing functionalities for a standard fungible token.

  • ERC-20 Details:
    • Symbol: BNT
    • Name: BlackadamToken
    • Decimals: 18

Getting Started

  • Proficiency in Hardhat: It is essential to have a good grasp of using Hardhat, a development environment designed for writing, testing, and deploying smart contracts.
  • Understanding of Solidity: It is important to have a strong understanding of Solidity as it is the main programming language used for creating smart contracts in this codebase.
  • Command line proficiency: Basic familiarity with using command line tools such as the terminal or Command Prompt is necessary for running commands and scripts.

Installing

  • A text editor: For running the code Visual Studio Code.
  • You will need to have Node.js installed on your system, with version V10. or higher.
  • Node Package Manager npm used for installing and managing dependencies.
  • run this command in your terminal git clone https://github.com/Ultra-Tech-code/Token-Contract.git to clone this repository

Executing program

After cloning the github, you will want to do the following to get the code running on your computer.

  1. cd to the project directory, in the terminal type: npm i
  2. In the terminal type: npx hardhat node
  3. Open a second terminal
  4. In the second terminal, type: npx hardhat run --network localhost scripts/deploy.ts to deploy the token.
  5. You can also run the test.ts file, type npx hardhat run --network localhost scripts/test.ts to see the how each function works

Help

Any advise for common problems or issues. hardhat tutorial

Authors

@0xblackadam

License

This project is licensed under the [0xblackadam] License.

token-contract's People

Contributors

ultra-tech-code 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.