awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
gotnoshoeson avatar

gotnoshoeson/se-transparent-proxy

0
View on GitHub↗
1 star·2 forks·TypeScript·MIT·9 views

Se Transparent Proxy

Why do this? Why should you care? Short answer is upgradeable smart contracts. "But smart contracts are supposed to be immutable, isn't that the whole point?" Have no fear, all of the proxy patterns that have been published by OpenZeppelin keep the immutable storage in tact and allow an admin…

Features

  • Smart Contract Patterns - Implementation of the transparent proxy pattern for contract upgradeability.

Star history

Star history chart for gotnoshoeson/se-transparent-proxyStar history chart for gotnoshoeson/se-transparent-proxy

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.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Se Transparent Proxy

These projects share indexed features with Se Transparent Proxy. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • rari-capital/solmateRari-Capital avatar

    Rari-Capital/solmate

    4,283View on GitHub↗

    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

    Solidity
    View on GitHub↗4,283
  • cryptofinlabs/audit-checklistcryptofinlabs avatar

    cryptofinlabs/audit-checklist

    368View on GitHub↗

    A Solidity smart contract auditing checklist

    View on GitHub↗368
  • dapphub/dappsysdapphub avatar

    dapphub/dappsys

    569View on GitHub↗

    Composable building blocks for Ethereum contracts

    Nix
    View on GitHub↗569
  • androlo/solidity-workshopA

    androlo/solidity-workshop

    0View on GitHub↗
    View on GitHub↗0
Compare all 7 related projects→

Frequently asked questions

What does gotnoshoeson/se-transparent-proxy do?

Why do this? Why should you care? Short answer is upgradeable smart contracts. "But smart contracts are supposed to be immutable, isn't that the whole point?" Have no fear, all of the proxy patterns that have been published by OpenZeppelin keep the immutable storage in tact and allow an admin…

What are the main features of gotnoshoeson/se-transparent-proxy?

The main features of gotnoshoeson/se-transparent-proxy are: Smart Contract Patterns.

Which projects share features with gotnoshoeson/se-transparent-proxy?

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.