Uncategorized
-
It is a daunting task to get a business up and running. And that too bootstrapped. Software startup like ours takes quite some time in figuring out the product market fit. It gives us enough room to build a revenue stream alongside tweaking the product.To get growth, we need to set a burn. This is…
-
This post offers a beginners introduction to how solidity stores variables, does type conversion and how you can check value of private variables. It is to gain basic understand how things are happening at byte level in solidity. Here are the variable types that I’ll be looking at — uint, string, bytes How are variables stored in…