Contribute Media
A thank you to everyone who makes this possible: Read More

Python Unittesting for Ethereum Smart Contracts or how not to create your own Cryptocurrency

Description

Ethereum is a Turing complete Blockchain. Instead of just processing transactions like Bitcoin, the Ethereum Virtual Machine can run programs. There is one catch regarding any code that is deployed: Fixing errors is almost impossible. Hence, testing becomes incredibly important. The beauty of Unittesting in Ethereum? You can do it in Python and I will show you how.

Details

Improve this page