Open Zeppelin Contracts
OpenZeppelin provides a library for secure smart contract development, build on a solid foundation of community-vetted code. OpenZeppelin helps you minimize risk by using battle-tested libraries of smart contracts for Ethereum and other blockchains. It includes the most used implementations of ERC standards. You can reduce the risk of vulnerabilities in your applications by using standard, tested and community-reviewed code.
OpenZeppelin brings about:
- Implementations of standards like ERC20 and ERC721.
- Flexible role-based permissioning scheme.
- Reusable Solidity components to build custom contracts and complex decentralized systems.
- Checkout More OpenZeppelin Resources here for getting started with some boilerplate contracts
Follow the link to get started using OpenZeppelin code in your smart contacts.