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.
- npm 6.14+
- node v14.17+
- Metamask.io browser extension
npm installin root dirnpx hardhat compilein root dircd interfaceand thennpm installnpm start- open http://localhost:3000
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