Tag: Code
Microsoft & Github: Must We Worry and How Should Crypto Adapt?
If you follow news about blockchain, coding and software development at all you probably already heard that Microsoft announced on Monday that they were purchasing GitHub, the world’s largest repository of open-source software, for $7.5 billion in stock. The deal...
Beginners Guide to the Vyper Smart Contract Language
Vyper is a smart contract language paradigm deriving from Python 3 syntax and conventions and targeting the Ethereum Virtual Machine (EVM). The EVM is a simulated global singleton computer which runs parallel to the block-chained ledger on Ethereum, allowing for the...