Environment Setup & Installation

Get started with Polygon

Download and install the following repository by the Figment team to setup your polygon development environment!

The dApp example uses several libraries that will help you develop, but make sure that you have Git, Node, and Yarn installed already. Use any of your favorite code editors with Solidity support. Truffle or Hardhat (recommended) would also be good to use in any of your new dApp projects as they provide local blockchain development environments.

Something more advanced (if you want to take your dApps to production) is installing Python and Echidna. These will help unit-test your smart contracts, making them just a bit more secure.

Last updated