Docker image for solidity development and continuous integration
Docker images come real handy when you don't need to keep an environment running. You can just pull the docker…
Docker images come real handy when you don't need to keep an environment running. You can just pull the docker…
Solidity 0.5.X is here with a lot of features and breaking changes. Making all the changes to your solidity code…
Syncing an Ethereum full node has become painfully slow as the size of a full node folder has increased to…
The Truffle Suite is the most widely used development framework for Solidity development but it is not perfect. We at Polymath, deal with…
Smart contracts have evolved into being more than just basic contracts. Now we have whole ecosystems powered by Smart Contracts!…
Blockchain offers an innovative solution for introducing trust in a trustless environment. Blockchains and the features they bring have innumerable…
Debugging solidity smart contracts is a pain and takes a lot of time. I made a small user script which…
Coding in solidity is a little different than other languages as every action you do cost real gas. Here are…