Need help writing an ERC-721 (NFT), ERC-1155 (Multi-Token) or  ERC-20 (Coin) based smart-contract?

Author: Joseph Roccisano

Upgradeability Fundamentals

If you’ve ever deployed a smart contract onto a blockchain you know that this isn’t a task to be taken lightly. The code you deploy is immutable, meaning it lives on the blockchain forever and cannot be modified if a mistake is made. This can be problematic because we as humans, often make mistakes. That […]

Read More