PhantomOz / degens

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Degen (DGN)

Overview

An ERC20 Token that can be earned when playing the game from Degen studios.

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/Degens.git
    cd Degens
  2. install the node libraries

    npm install

    Then compile

    npx hardhat compile
  3. Deploy on Localhost

    npx hardhat node

    Open another terminal

    npx hardhat ignition deploy ./ignition/modules/Degen.ts

Testnet

This contract can be found on the Avalanche testnet Fuji with address 0x5A67F42DCE66f311B869e737cc88297284b1123A.

Made with Love @PhantomOz

About


Languages

Language:TypeScript 78.4%Language:Solidity 21.6%