Skip to content

balajipachai/basketcoin-sc

Repository files navigation

basketcoin-sc

List of smart contracts for Basketcoin

For Testnet

  • Open remix online compiler Remix

  • In the file explorer, on the left-hand side, contracts -> right click -> New File -> STEW.sol -> Paste /flattened_contracts/STEW.sol -> Ctrl+s

Do the above steps for SaleSTEWBNB.sol

  • Compile the contracts (Blue Button)

  • From the left-panel, click Deploy & run transactions

  • For STEW.sol -> Deploy -> specify the fixedSupply value, you can use 0x2c781f708c50a0000000 => 210000 STEW Coins

  • For SaleBNBSTEW.sol -> Deploy -> specify the STEW contract addresses

For Mainnet

  • We can follow above steps or we can also add scripts in the package json for mainnet deployment

Flattening contracts

Execute from the root of the project:

truffle-flattener contracts/STEW.sol --output flattened_contracts/STEW.sol