Ro5s / solmate

Modern building blocks and mixins for smart contract development.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

solmate

Modern building blocks and mixins for smart contract development.

Acknowledgments

These contracts were heavily inspired by and/or modified from many sources, primarily:

Another contract library?

Yes. Although OpenZeppelin contracts are wonderful and cover a lot of Solidity developer's needs, they are lacking in 3 key areas:

  • Bloated
  • Gas Inefficient
  • Too Unopinionated
  • Not DappTools friendly

Dappsys improves on those fronts, but also suffers from issues of its own:

  • Dated Solidity practices
  • Not comprehensive enough

Solmate seeks to solve these issues by introducing a catalogue of modern, well-tested, gas efficient and DappTools-centric contracts that will fit perfectly into your next project.

About

Modern building blocks and mixins for smart contract development.

License:GNU General Public License v3.0


Languages

Language:Solidity 95.7%Language:Shell 1.7%Language:Nix 1.3%Language:Makefile 1.3%