Giter Site home page Giter Site logo

shadek214 / dewo_token Goto Github PK

View Code? Open in Web Editor NEW

This project forked from abigalchulchill/dewo_token

0.0 0.0 0.0 1.59 MB

$DEWO Token - The Native Token To DecentraWorld's Ecosystem & DAO. In this repo you will find the $DEWO smart contracts, contract audit, and team KYC by SolidProof.io.

License: GNU General Public License v3.0

Solidity 97.31% JavaScript 2.69%

dewo_token's Introduction

DEWO_Token

  • Read the security audit at [SmartContract_Audit_Solidproof_DecentraWorld.pdf]
  • Download this folder to your local machine.

Requirements

node v16.14.2(LTS)
npm @Latest
npm install -g npx



Initialize

  1. npm install
  2. npm run build
  3. cp .env.example .env



Deploy DecentraMix.sol native token

Deploy $DEWO on BSC (Chain ID: 56)
npx truffle migrate --network bsc --reset --f 1 --to 1
Verify the contract on BSC:
npx truffle run verify DecentraWorld@contractaddress --network bsc



Deploy DecentraMix_Multichain.sol cross-chain token

Available for AVAX, FTM, CRO, ETH, MATIC, TESTNET, and more can be added at truffle-config.js
Deploy $DEWO on any of the supported networks by replacing $NETWORK with its name.
npx truffle migrate --network $NETWORK --reset --f 2 --to 2



Verify DecentraMix.sol through Truffle

  1. cp secret.json.example secret.json
  2. Edit secret.json parameters (API keys for each explorer)
  3. npx truffle run verify DecentraWorld@contractaddress --network $NETWORK



Verify DecentraMix.sol Through Explorer

  1. npm install truffle-flattener -g
  2. npx truffle-flattener ./contracts/DecentraMix.sol > ./contracts/DecentraMix_Flat.sol
  3. npx truffle-flattener ./contracts/DecentraMix_Multichain.sol > ./contracts/DecentraMix_Multichain_Flat.sol
  4. Go on the relevant explorer (E.g.: cronoscan.com)
  5. Confirm your contract as a single solidity file

dewo_token's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.