Code Monkey home page Code Monkey logo

bibtoken's Introduction

Introduction

Set up environment

  1. Pin the npm version for compilling

Configure contracts

Locate the constants.ts

  1. Setup admin Find getBIBAdminPerNetwork section and fill address under the specific network
  2. Setup BUSD Find getBUSDTokenPerNetwork section and fill address under the specific network
  3. Setup PancakeSwapRouter Find getSwapRoterPerNetwork section and fill address under the specific network
  4. Setup Ecosystem distribution part Find getEosystemVaultPartPerNetwork section and fill address under the specific network
  5. Setup Team distribution part Find getProjectTeamPartPerNetwork section and fill address under the specific network
  6. Setup Private sale distribution part Find getPrivateSellPartPerNetwork section and fill address under the specific network
  7. Setup Public sale distribution part Find getPulicSellPartPerNetwork section and fill address under the specific network
  8. Setup Liquidity distribution part Find getLiquidtyPartPerNetwork section and fill address under the specific network
  9. Setup Marketting incentive distribution part Find getMarkettingPartPerNetwork section and fill address under the specific network
  10. Setup Incentive distribution part Find getIncentivePartPerNetwork section and fill address under the specific network
  11. Setup Coperation distribution part Find getCoperationPartPerNetwork section and fill address under the specific network

Deploy and debug

  1. Clean internal output
npm ci:clean
  1. Compile source code
npm run compile
  1. To run test (Skip over if not needed)
npm run test
  1. Deploy to network
  • Deploy to test network
npm run bsc-test:deployment
  • Deploy to main network
npm run bsc:deployment
  1. Open console
  • for test net
npm run --network bsc-test console
  • for main net
  1. To open console on mainnet
npm run --network bsc console
  1. Add address to whitelist
  • for test-net
npm run bsc-test:run-exclude
  • for main-net
npm run bsc:run-exclude

bibtoken's People

Contributors

rectinajh avatar geoff-it avatar krypto-dc avatar

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.