BlogHide Resteemsmaikotrindade (25)in ethereum • 5 years agoHow to start with the new token standard ERC777 with SolidityIntroduction ERC20 is a standard which defines a common list of rules that an Ethereum token has to implement, giving developers the ability to program how new tokens will function within the…maikotrindade (25)in solidity • 6 years agoContinuous Integration – Travis CI with TruffleContinuous Integration Continuous Integration aka CI is a development practice that requires developers to integrate code into a shared repository several times a day. Each check-in is then…