// Website: http://Babymika.xyz
// Telegram: http://t.me/officialBabyMika
The contract takes a 10% fee:
- 4% is redistributed to all holders
- 3% is added to the V2 LP pool
- 1.5% is added to the DAO Treasury fund
- 1.5% is added to the Buy Back fund
- Add & Remove Blacklist
- Include & Exclude Rewards (Excluding other contracts from getting Reflextion)
- SetFee - Special Fees for other Contracts (CEX, Marketplace, Mikaverse, and Etc)
- SetFees - There is no max TX amount and the total fees can be set to at most 10%
- Add New Pair Address - Adding New BSC pair to BBMK
- BuyBack Configuration - Setting for Auto BuyBack
- SwapAndLiquify - Setting Auto Swap 50% Token to BNB and add to Liquidity Pool
- run 'npm install' in your workspace
- run Ganache and setup a workspace
- run 'npm test' in your workspace
For testing:
- run 'npx ganache-cli --deterministic --allowUnlimitedContractSize --networkId 2'
- run 'npx truffle migrate --network test'
For development:
- run 'npx ganache-cli --deterministic --allowUnlimitedContractSize --networkId 1 -p 7545'
- run 'npx truffle migrate --network develop'
- Create a wallet and get some BNB from the faucet: https://testnet.binance.org/faucet-smart
- Copy secrets.env.template to secrets.env and set values
- Run 'npx truffle compile'
- Run 'npx truffle migrate --network bsctestnet'
- Smart contract should now be deployed.
- Verify the contract
- Run 'npx truffle run verify BabyMika@0x0000TOKENADDRES0000 --network bsctestnet
- Run 'npx truffle exec scripts/script.js --network bsctestnet'
WTFPL