Skip to content

jowals/dbXenBurnerProject

 
 

Repository files navigation

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 https://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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 39.0%
  • JavaScript 26.5%
  • TypeScript 26.3%
  • SCSS 7.3%
  • Other 0.9%