PhantomOz / gens

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ERC20 MetaCrafter Task

Overview

A simple smart contract that implements the ERC20 Standard.

Prequisite

  1. Install Node.js

    Download and install from the official site.

Local Setup & Initialization

  1. Clone Repository into your local terminal

    git clone https://github.com/PhantomOz/Gens.git
    cd Gens
  2. install the node libraries

    npm install

    Then compile

    npx hardhat compile

About


Languages

Language:Solidity 58.7%Language:TypeScript 41.3%