How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
Solmate is a Solana program framework and smart contract library providing gas-optimized blockchain primitives. It serves as a development kit for implementing SPL tokens and secure access control systems on the Solana blockchain. The project focuses on reducing compute unit usage and transaction costs through resource-efficient building blocks. It provides standardized components for token logic, balance tracking, and authorization primitives designed to restrict sensitive smart contract functions. The framework employs opinionated patterning and primitive-based composition to structure pro
A Solidity smart contract auditing checklist
The OasisDEX protocol - Simple on-chain market for ERC20 tokens
The main features of makerdao/maker-otc are: Smart Contract Patterns.
Projects with overlapping indexed features include: rari-capital/solmate — Solmate is a Solana program framework and smart contract library providing gas-optimized blockchain primitives. It… cryptofinlabs/audit-checklist — A Solidity smart contract auditing checklist. dapphub/dappsys — Composable building blocks for Ethereum contracts. androlo/solidity-workshop. openzeppelin/openzeppelin-contracts — OpenZeppelin Contracts is a library of modular, secure, and reusable smart contract components designed for the… ryepdx/the-tao.