Solidity

Smart Contract Security - A Practitioner's Perspective

A description of general processes for smart contract security auditors used now.

Read
Solidity

How to Setup Linters, Surya, and Test Your Code Coverage in Solidity

Wondering how to setup linters for your Solidity project repo? Here we'll cover just that, plus, as a bonus, how to setup surya and solidity-coverage.

Read

Audit Smart Contracts with Static Analysis

Want to run basic security auditing tools on your smart contracts? Here's what you need to know about how to setup your local environment to test the contracts.

Read
Ethereum

Save Gas with Packing in Solidity

This is a post about optimizing gas in Solidity smart contracts.

Read