Crypto was founded and being used heavily because its decentralised. So our mission is to keep the decisions of anyone that way as well. Its open and transparent, and its done by the people. No single body is manipulating in any way.
everytime something new in the web3 world launches. Be it an defi app, dapp, or a token, nft place. For everything and anything, this is a forum to go to where you find three things(USP)
I was updating the functionalities of the smart contract quite often while I was building features almost every day. Due to this the data source was getting reset every time I publish a new contract. Even though the tokens and underlying assets could be transferred, the newly created master contract wasn't handling it. So I took some time out and built this migrate function in-built within the master contract.
Now I do not need to lose the data every time I add new functionalities as I have separated the data and function layer.
Discussion