deb0x / dbXenBurnerProject

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dbxen

DBXen is a project that proposes a new tokenomics philosophy and distribution algorithm that aims to contribute to XEN deflation while bringing a new $DXN digital asset in the XEN ecosystem. $DXN is a capped token which can solely be minted through burning $XEN.

Links

Prerequisites

Steps to run the frontend

  1. npm install in root dir
  2. npx hardhat compile in root dir
  3. cd interface and then npm install
  4. npm start
  5. open http://localhost:3000

To redeploy the contracts

The frontend is currently linked to Polygon mainnet contracts. This section is only necessary if you want to redeploy them.

Add .secrets.json file in root directory and put your secret phrase as a json format. For example (do not use this mnemonic!):

{
    "mnemonic":"crazy crazy crazy crazy crazy crazy crazy crazy crazy crazy crazy buzz"
}

Run deploy script (Goerli testnet)

npx hardhat run --network goerli scritps/deploy.js

About

License:MIT License


Languages

Language:TypeScript 43.2%Language:JavaScript 31.4%Language:Solidity 18.9%Language:SCSS 6.0%Language:CSS 0.2%Language:HTML 0.2%