Skip to content

Instantly share code, notes, and snippets.

@mplewis
Last active February 11, 2018 23:47
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mplewis/eb8f7996a04eea241bf89601f98d32d2 to your computer and use it in GitHub Desktop.
Save mplewis/eb8f7996a04eea241bf89601f98d32d2 to your computer and use it in GitHub Desktop.

ETH Dev Cheatsheet

A JS development framework for building, testing, compiling, and deploying Solidity contracts.

Testing Smart Contracts with Truffle

The official Ethereum JS API. This is not what Truffle uses in its console and tests. If you try to use the Web3 API in Truffle, you will be sad. Read the truffle-contract docs instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment