Goal: To launch Token contract only for the time being.
Steps:
Find all dependencies to token contract. (pts: 2)
Below all contracts needs deploying
a. SatToken.sol (Master contract)
b. ERC20.sol
c. SafeMath.sol
Find out if any code change is required to achieve goal. (pts: 2)
b. Remove initUser from SatToken.sol - done
c. Rename sendSatToken() to onces accepted at exchanges - done
d. Update SafeMath.sol library contract - done
e. enablePayableFunc to true in SatToken.sol - done
f. fix anomalies between exchange accepted erc20 with ours - done
Prep a owned contract that's multi-sig for 3 ppl. (@cyruskind , @dipenjoshi , x) (pts: 5) - done using singular ledger nano for owner
a. Ledger nano setup required In progress
Write unit tests for changes. In progress
Prep truffle for prod launch of token contract. (pts: 5)
a. Write truffle deploy script for this deployment
Goal: To launch Token contract only for the time being.
Steps:
Find all dependencies to token contract. (pts: 2) Below all contracts needs deploying a. SatToken.sol (Master contract) b. ERC20.sol c. SafeMath.sol
Find out if any code change is required to achieve goal. (pts: 2) b. Remove initUser from SatToken.sol - done c. Rename sendSatToken() to onces accepted at exchanges - done d. Update SafeMath.sol library contract - done e. enablePayableFunc to true in SatToken.sol - done f. fix anomalies between exchange accepted erc20 with ours - done
Prep a owned contract that's multi-sig for 3 ppl. (@cyruskind , @dipenjoshi , x) (pts: 5) - done using singular ledger nano for owner a. Ledger nano setup required In progress
Write unit tests for changes. In progress
Prep truffle for prod launch of token contract. (pts: 5) a. Write truffle deploy script for this deployment