Is Python good for smart contracts?

SmartPy is based on Python 3 language and requires Python code syntax. Python developers will feel at home when starting to code smart contracts with SmartPy . However, note that although it is possible to import Python libraries through the import directive, some features will only work in the development environment.

Read more

Why is blockchain so hard?

The point of a blockchain is that it’s not under the control of a single entity and this is violated with a forced upgrade . Instead, all upgrades have to be backwards-compatible. This is obviously quite difficult, especially if you want to add new features and even harder when thinking from a testing perspective.

Read more