List of smart contracts for Basketcoin
-
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
- We can follow above steps or we can also add scripts in the package json for mainnet deployment
Execute from the root of the project:
truffle-flattener contracts/STEW.sol --output flattened_contracts/STEW.sol