shopxlabs / SHOPX_TCPeNFT_depricated

Ethereum contracts for Spl.yt Core Protocol
MIT License
1 stars 2 forks source link

Livenet launch prep v3 (Launch token contract) #11

Open dipenjoshi opened 3 years ago

dipenjoshi commented 3 years ago

Goal: To launch Token contract only for the time being.

Steps:

  1. Find all dependencies to token contract. (pts: 2) Below all contracts needs deploying a. SatToken.sol (Master contract) b. ERC20.sol c. SafeMath.sol

  2. 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

  3. 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

  4. Write unit tests for changes. In progress

  5. Prep truffle for prod launch of token contract. (pts: 5) a. Write truffle deploy script for this deployment

dipenjoshi commented 3 years ago

Lockup Vesting - release money after lock up 1st vesting release will be bigger than the rest of them.