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

Tag: solidity-coverage

Testing and Auditing Smart Contracts

Testing and Auditing Smart Contracts

Unlike traditional software applications, smart contracts are immutable. When you deploy one onto the blockchain, the action can’t be reversed and the code can’t be changed. This means that if you identify a vulnerability after deployment, it likely can’t be fixed and the loss of funds can be catastrophic. These scenarios are not rare, in […]

Read More