📚 Libraries
Here you will find a list with useful libraries to help the development of your dApp.
📦 OpenZeppelin​
Provides standard contracts like ERC20 and ERC721 which can be extended and used for creating your own token contracts along with many other utility contracts.
📚 Web3.js Documentation​
The web3.js library is a collection of modules which contain specific functionality for the Ethereum ecosystem.
📚 Web3.py Documentation​
A python library for interacting with Ethereum, inspired by web3.js.
📚 ethers.js​
A library for interacting with the Ethereum blockchain and its ecosystem.
🛠Brownie Mixes​
Templates providing an out-of-the-box configuration for various use-cases. They're a great starting point and can be modified as required.
🛠Truffle Boxes​
Boxes are helpful boilerplates that allow you to focus on what makes your dapp unique. In addition to Truffle, there are also Boxes for Ganache and Drizzle.