{"id":13427475,"url":"https://github.com/mudgen/awesome-diamonds","last_synced_at":"2026-01-15T02:30:19.521Z","repository":{"id":40328025,"uuid":"485843754","full_name":"mudgen/awesome-diamonds","owner":"mudgen","description":"A curated list of awesome EIP2535 Diamonds resources, libraries, tools, articles and more ","archived":false,"fork":false,"pushed_at":"2024-05-22T13:42:04.000Z","size":374,"stargazers_count":313,"open_issues_count":0,"forks_count":46,"subscribers_count":6,"default_branch":"main","last_synced_at":"2024-05-22T17:59:49.984Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mudgen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-26T15:26:35.000Z","updated_at":"2024-06-01T01:04:43.411Z","dependencies_parsed_at":"2023-02-19T00:01:35.610Z","dependency_job_id":"5da85f00-65e2-4c44-8e15-f664e4326473","html_url":"https://github.com/mudgen/awesome-diamonds","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mudgen%2Fawesome-diamonds","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mudgen%2Fawesome-diamonds/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mudgen%2Fawesome-diamonds/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mudgen%2Fawesome-diamonds/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mudgen","download_url":"https://codeload.github.com/mudgen/awesome-diamonds/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239493667,"owners_count":19647995,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T01:00:29.177Z","updated_at":"2026-01-15T02:30:19.429Z","avatar_url":"https://github.com/mudgen.png","language":null,"funding_links":[],"categories":["Misc Repos:","Other Related Awesome Lists","Upgradeable Contracts"],"sub_categories":["Stats"],"readme":"\n  \u003ch1 align=\"center\"\u003eAwesome Diamonds\u003c/h1\u003e\n  \u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/sindresorhus/awesome\"\u003e\n      \u003cimg alt=\"awesome list badge\" src=\"https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"http://makeapullrequest.com\"\u003e\n      \u003cimg alt=\"pull requests welcome badge\" src=\"https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat\"\u003e\n    \u003c/a\u003e\n  \u003c/p\u003e\n\n  \u003cp align=\"center\"\u003eA curated list of awesome EIP2535 Diamonds resources, libraries, tools and more.\u003c/p\u003e\n  \u003cp align=\"center\"\u003ePlease check the \u003ca href=\"CONTRIBUTING.md\"\u003econtribution guidelines\u003c/a\u003e for information on formatting and writing pull requests.\u003c/p\u003e\n\n\n# Official\n\n* [EIP2535 Diamonds](https://eips.ethereum.org/EIPS/eip-2535) - Standard.\n* [EIP2535 Diamonds discussion thread](https://github.com/ethereum/EIPs/issues/2535) - Github issue created to discuss Diamonds.\n* [Twitter @eip2535](https://twitter.com/eip2535) - Twitter handle.\n* [EIP2535 Blog](https://eip2535diamonds.substack.com/) - Technical articles about diamonds.\n* [EIP2535 Discord Server](https://discord.gg/kQewPw2) - Discord server for discussing EIP2535 Diamonds and related things.\n* [Diamond reference implementation comparisons](https://github.com/mudgen/diamond) - Compares Diamond reference implementations.\n* [diamond-1-hardhat](https://github.com/mudgen/diamond-1-hardhat) - Simple Diamond reference implementation.\n* [diamond-2-hardhat](https://github.com/mudgen/diamond-2-hardhat) - Gas-optimized Diamond reference implementation.\n* [diamond-3-hardhat](https://github.com/mudgen/diamond-3-hardhat) - Simple loupe (introspecting functions) Diamond reference implementation.\n\n# Websites\n\n* [info.diamonds](https://www.info.diamonds/)\n\n# Articles\n\n### Diamonds\n\n* [Introduction to EIP-2535 Diamonds](https://eip2535diamonds.substack.com/p/introduction-to-the-diamond-standard?s=w) - Explains the problem diamonds were initially developed to solve, how they work, how to organize them, and how to deploy and upgrade them.\n* [Compliance with EIP-2535 Diamonds Standard](https://eip2535diamonds.substack.com/p/compliance-with-eip-2535-diamonds) - How implementations can comply with the standard.\n* [EIP-2535: A Technical Overview of the Diamond Smart Contract Standard](https://hackmd.io/@Jesserc/HkZXGpC6j) - Overview and tutorial.\n* [EIP-2535: A standard for organizing and upgrading a modular smart contract system.](https://soliditydeveloper.com/eip-2535) - Describes what diamonds are, how they work and how to use them.\n* [Diamond Loupe Functions](https://dev.to/mudgen/why-loupe-functions-for-diamonds-1kc3) - Explains the need and use of loupe functions (diamond introspecting functions).\n* [How to Share Functions Between Facets of a Diamond](https://eip2535diamonds.substack.com/p/how-to-share-functions-between-facets?s=w) - Shows ways to share functionality between facets of a diamond.\n* [A Beginner’s Guide to The Diamond Standard Proxy](https://blessingemah.medium.com/a-beginners-guide-to-the-diamond-standard-proxy-b57076365403) - Explains EIP-2535 Diamonds.\n* [Idiots Guide to Using an EIP-2535 Diamond Proxy](https://andrewedwards.substack.com/p/coming-soon)\n* [EIP 2535: Diamond standard explained — Part 1: Why diamonds?](https://bitsbyblocks.com/eip-2535-diamond-standard-explained-part-1-why-diamonds/)\n* [EIP 2535: Diamond standard explained – Part 2: What are diamonds and how they work](https://bitsbyblocks.com/eip-2535-diamond-standard-explained-part-2-what-are-diamonds-and-how-they-work/)\n* [EIP 2535: Diamond standard explained – Part 3: Understanding storage patterns in diamonds](https://bitsbyblocks.com/eip-2535-diamond-standard-explained-part-3-understanding-storage-patterns-in-diamonds/)\n* [The Diamond Standard (EIP-2535) Explained: Part 1](https://www.quicknode.com/guides/smart-contract-development/the-diamond-standard-eip-2535-explained-part-1)\n* [ The Diamond Standard (EIP-2535) Explained: Part 2](https://www.quicknode.com/guides/smart-contract-development/the-diamond-standard-eip-2535-explained-part-2)\n* [A better way to initialize upgradeable contracts](https://medium.com/@gweiworld/a-new-better-way-to-initialize-upgradeable-contracts-39080d72f066) - Shows how to execute initialization functions during diamond upgrades.\n* [An Introduction to ERC2535 Diamonds Development And Why Solidity Devs Should Adopt It](https://proggr.hashnode.dev/ooo-shiny-an-introduction-to-erc2535-diamonds-development-and-why-solidity-devs-should-adopt-it)\n* [Transforming web3 through a Diamond Management System](https://medium.com/@alexeluca.spataru/transforming-web3-through-a-diamond-management-system-d2efa560ea7f)\n* [Achieving Universal and Reusable Smart Contracts via ERC2535 Diamond Proxy Standard](https://medium.com/@alexeluca.spataru/achieving-universal-and-reusable-smart-contracts-via-erc2535-diamond-proxy-standard-ba4c9f5ac5bc)\n* [A guide to building and deploying upgradeable contracts on CELO with Diamond standard](https://docs.celo.org/blog/tutorials/a-guide-to-building-and-deploying-upgradeable-contracts-on-celo-with-diamond-standard)\n* [How to use TypeScript with EIP-2535: Diamonds](https://dev.to/erhant/how-to-use-typescript-with-eip-2535-diamonds-3gl6)\n* [Multiple NFT and ERC-20 tokens backed by a single diamond](https://hiddentao.com/archives/2023/08/08/building-multiple-nft-and-erc-20-tokens-backed-by-a-single-upgradeable-smart-contract)\n\n### Diamond Storage\n\n* [How Diamond Storage Works](https://dev.to/mudgen/how-diamond-storage-works-90e) - Explains diamond storage and shows an example.\n* [New Storage Layout For Proxy Contracts and Diamonds](https://medium.com/1milliondevs/new-storage-layout-for-proxy-contracts-and-diamonds-98d01d0eadb) - First written article that describes diamond storage.\n* [AppStorage Pattern for State Variables in Solidity](https://eip2535diamonds.substack.com/p/appstorage-pattern-for-state-variables?s=w) - Describes and shows AppStorage.\n* [Rules for Upgrading Diamond Storage](https://eip2535diamonds.substack.com/p/diamond-upgrades) - Best documentation about upgrading Diamond Storage.\n* [Migrating the EIP-2535 Diamond Storage layout](https://medium.com/@0xFluffyBeard/migrating-the-eip-2535-diamond-storage-layout-cb28b9c47e71) - Shows Diamond Storage and how to migrate data to new Diamond Storage in upgrades.\n\n### Diamond Deployment and Upgrades\n\n* [Diamond Upgrades](https://eip2535diamonds.substack.com/p/diamond-upgrades?s=w) - How to perform diamond upgrades.\n* [Example of Adding New State Variables in Diamond Upgrade](https://eip2535diamonds.substack.com/p/example-of-a-diamond-upgrade?s=w) - Shows how to add new state variables to a diamond.\n* [Initializing an EIP-2535 Diamond for deployment and upgrades](https://eip2535diamonds.substack.com/p/initializing-an-eip-2535-diamond)\n* [A better way to initialize upgradeable contracts](https://medium.com/@gweiworld/a-new-better-way-to-initialize-upgradeable-contracts-39080d72f066) - Shows how to execute initialization functions during diamond upgrades.\n* [Upgradeable Smart Contracts and Initialization](https://medium.com/@gweiworld/upgradeable-smart-contracts-and-initialization-6374fd3df267) - Compares methods of initializing upgrades.\n\n### Diamonds in Projects\n* [🌱 Beanstalk 🤝 EIP-2535 💎](https://bean.money/blog/beanstalk-eip-2535) - Lays out benefits of EIP-2535 with examples from their project.\n* [Smart Contracts as Apps](https://0xhabitat.substack.com/p/33) - EIP-2535 Diamonds and the feasibility of a DAO Operating System\n* [Dark Forest \u0026 the Diamond Standard](https://blog.zkga.me/dark-forest-and-the-diamond-standard) - Dark Forest project moves to and dicusses diamonds.\n* [The Diamond Standard: A new paradigm for upgradeability](https://medium.com/derivadex/the-diamond-standard-a-new-paradigm-for-upgradeability-569121a08954) - DerivaDEX on diamonds.\n* [We like the (EIP-2535) Diamonds](https://blog.premia.finance/we-like-the-eip-2535-diamonds-90184b2e6741) - Premia Finance talks about their use of diamonds.\n* [Why Gotchivault is upgrading to the Diamond standard](https://medium.com/@bearded.eth/diamonds-are-a-proxys-best-friends-c302cca82203) - How to upgrade an existing proxy contract to EIP2535 Diamonds.\n* [Handling multiple tokens, with a modern solidity architecture via Diamonds \u0026 ERC1155](https://dev.to/nohehf/handling-multiple-tokens-with-a-modern-solidity-architecture-via-diamonds-erc1155-1h7e)\n* [Smart contract packages — upgradeability for normal people](https://medium.com/@tjvs/smart-contract-packages-upgradeability-for-normal-people-8646e817e196)\n\n#### Diamond Project Documentation\n* [Aavegotchi Smart Contract Documentation](https://docs.aavegotchi.com/)\n* [LIFI Overview](https://docs.li.fi/smart-contracts/overview)\n* [Geo Web Documentation](https://docs.geoweb.network/developers/core-contracts)\n\n# Videos\n\n* [Full course on Diamond Proxy Pattern with code walkthrough](https://youtu.be/e6WCbOyK7FA?si=JuuYOEEfuGIjHjTj)\n* [Ethereum Diamonds - EIP-2535 Multi Facet Proxy](https://youtu.be/yKLDBsYPyE8)\n* [How to Organize a Diamond with Facets](https://youtu.be/qHMdqHJMXww)\n* [Create Diamond Contracts In Your Browser Using Remix And Louper](https://youtu.be/8p4NhC9sLDA)\n* [Share Functions And Storage With Diamond Contracts | Louper/Remix](https://youtu.be/6a379dRTcXU)\n\n\n# Libraries\n* [Diamond Scaffold](https://github.com/collinsadi/diamonds) - An NPM package to help in scaffolding Diamond Smart Contracts.\n* [SolidState Solidity](https://github.com/solidstate-network/solidstate-solidity) - Upgradeable-first Solidity smart contract development library that supports diamonds.\n* [ERC20 Facet](https://github.com/danfinlay/erc20-diamond-facet) - A facet that adds ERC-20 token functionality to the host contract.\n* [ERC721A-Upgradeable](https://github.com/chiru-labs/ERC721A-Upgradeable) - Gas efficient ERC721 implementation.\n* [ERC1155-DiamondStorage](https://github.com/rachit2501/ERC1155-Diamond) - ERC1155 Implementation\n* [OpenZeppelin Diamonds](https://github.com/GeniusVentures/openzeppelin-contracts-diamond) - OpenZeppelin contracts transpiled to use Diamonds \u0026 Facets\n\n# Tools\n### User Interfaces  \n* [Louper - The Ethereum Diamond Inspector](https://louper.dev/) - User interface for diamonds.\n* [DiamondScan](https://diamondscan.xyz/) - User inteface for diamonds.\n* [Governance Diamonds](https://www.dmath.is/governance-diamonds/) - User interface for exploring diamonds.\n* [diamond-etherscan](https://github.com/zdenham/diamond-etherscan) - Make your EIP-2535 Diamond etherscan compatible.\n* [Diamantair](https://diamantaire.xyz/) -  Deploying new diamonds from a template.\n### Hardhat\n* [diamond-2-hardhat-v6](https://github.com/jhubbardsf/diamond-2-hardhat-v6) - diamond-2-hardhat using TypeScript and Hardhat with Ethers v6.\n* [diamond-hardhat](https://github.com/proggR/diamond-hardhat) - Extension that adds deeper Hardhat integrations for faster/more maintainable ERC2535 Diamond contract development.\n* [hardhat-diamond-abi](https://github.com/projectsophon/hardhat-diamond-abi) - Hardhat plugin to combine multiple ABIs into a Diamond ABI artifact.\n* [hardhat-deploy](https://github.com/wighawag/hardhat-deploy#builtin-in-support-for-diamonds-eip2535) - Hardhat plugin that supports deploying, upgrading and managing diamonds.\n* [Zem](https://github.com/anders-torbjornsen/zem) - Hardhat deployment management system that supports deploying, upgrading and managing diamonds.\n### Foundry\n* [diamond-foundry](https://github.com/Forgenie/diamond-foundry) - A modern framework for creating EIP2535 Diamonds.\n* [Foundry-Hardhat-Diamonds](https://github.com/Timidan/Foundry-Hardhat-Diamonds) - Mimimal template for Diamonds.\n* [foundry-diamond-deploy](https://github.com/xenoliss/foundry-diamond-deploy) - Minimal example of a Diamond deployment script using foundry.\n* [Diamond-Foundry](https://github.com/FydeTreasury/Diamond-Foundry) - Foundry version of Diamond Pattern (EIP-2535) reference implementation.\n* [Foundry template for diamond-3](https://github.com/alexbabits/diamond-3-foundry)\n### Diamond Command Line Tools\n* [gemforge](https://github.com/gemstation/gemforge) - Command-line tool for building, deploying and upgrading Diamond Standard contracts on EVM chains.\n* [louper-cli](https://github.com/mark3labs/louper-cli) - Command-line tool for Louper.dev\n### Package Management \u0026 Facet Registries\n* [0xpm](https://0xpm.app/) - Diamond-based smart contract package manager.\n* [Ethereum Package Manager](https://epm.wtf) - GUI to deploy and upgrade Diamond proxies and facets. Granular facet control with ability to toggle facet functions on/off.\n\n### Python\n* [Inspector Facet](https://github.com/bugout-dev/inspector-facet) - Inspection utility for EIP2535 Diamond proxies. Written in Python.\n\n### Command line tools\n* [diamond-diff](https://www.npmjs.com/package/diamond-diff) - Tool that helps retrieve the necessary `diamondCut` by checking against a Diamond model.\n\n### Transpilers\n* [OpenZeppelin Transpiler for Diamonds](https://github.com/GeniusVentures/openzeppelin-transpiler) - Updated OpenZeppelin Transpiler supporting Diamond patter with significant speed improvements\n\n# Security Audits\n\u003e Note that some changes have been made to the [Diamond reference implementations](https://github.com/mudgen/diamond) since the following audits have been done.\n\n### Omniscia\n\n*  [Smart Contract Audit](https://omniscia.io/alliance-block-multitoken-bridge/) - Omniscia published a smart contract audit of the diamond implementing AllianceBlock’s token bridge, which uses the [diamond-3](https://github.com/mudgen/diamond-3-hardhat) implementation.\n\n*  [Smart Contract Audit](https://omniscia.io/seen-haus-nft-auction-sales/) - Omniscia published a smart contract audit of the [Seen.Haus Marketplace Diamond](https://github.com/seen-haus/seen-contracts), which uses the [diamond-3](https://github.com/mudgen/diamond-3-hardhat) implementation, modified for role-based access rather than single-owner.\n\n### Certik\n\n* [Smart Contract Audit](https://www.certik.org/projects/aavegotchi) - Certik published a smart contract audit of Aavegotchi’s core diamond which use the  [diamond-3](https://github.com/mudgen/diamond-3-hardhat) implementation.\n* [Smart Contract Audit](https://raw.githubusercontent.com/DOTCPro/Audit/main/DOTC-Security-Rep.pdf) - Certik published a smart contract audit of DOTC’s diamond.\n\n### Quantstamp\n\n* [Smart Contract Audit](https://certificate.quantstamp.com/full/aavegotchi-ghst-staking) - Quantstamp published a smart contract audit of Aavegotchi’s staking diamond which used the [diamond-2](https://github.com/mudgen/diamond-2-hardhat) implementation.\n\n* [Smart Contract Audit](https://raw.githubusercontent.com/BarnBridge/BarnBridge-PM/master/audits/BarnBridge%20DAO%20audit%20by%20Quanstamp.pdf) - Quantstamp published a smart contract audit of BarnBridge’s [Barn diamond](https://github.com/BarnBridge/BarnBridge-Barn), which uses BarnBridge’s own implementation of EIP-2535 Diamonds based on diamond-1.\n\n* [Smart Contract Audit](https://certificate.quantstamp.com/full/deriva-dex) - Quantstamp published a smart contract audit of DerivaDEX’s [governance diamond](https://gitlab.com/derivadex/dips/-/tree/master/packages/protocol/contracts), which uses the [diamond-3](https://github.com/mudgen/diamond-3-hardhat) implementation.\n\n### MixBytes\n\n* [Smart Contract Audit](https://github.com/pie-dao/audits/blob/main/Mixbytes%20-%20ExperiPie_Smart_Contrac%202020-12-11.pdf) - MixBytes published a smart contract audit of PieDAO’s [ExperiPie diamond](https://github.com/pie-dao/initialisable-diamond), which uses the diamond-2 implementation.\n\n### Haechi Audit\n\n* [Smart Contract Audit](https://github.com/BarnBridge/BarnBridge-Barn) - Haechi Audit published a smart contract audit of BarnBridge’s Barn diamond, which uses BarnBridge’s own implementation of EIP-2535 Diamonds based on diamond-1.\n\n# Projects using Diamonds\n\n1. DerivaDEX\n2. BarnBridge\n3. Aavegotchi\n4. [ERC721A-Upgradeable](https://github.com/chiru-labs/ERC721A-Upgradeable)\n5. PieDAO\n6. Boson Protocol\n7. hardhat-deploy\n8. Nifty Cannon\n9. AllianceBlock\n10. Louper\n11. solidstate-solidity\n12. Nayms\n13. Diamond Setter\n14. Sherlock\n15. Premia Finance\n16. Nocturnal Finance\n17. scaffold-eth\n18. diamond-starter-kit\n19. scaffold-eth-diamond-standard\n20. Sanshu Inu\n21. Gelato Network\n22. Teller Finance\n23. seen.haus\n24. thx.network\n25. Token Gallery\n26. Beanstalk Protocol\n27. kanaloa.network\n28. PoolSharks\n29. Bitpixel\n30. neodymium-contracts\n31. INU Token\n32. Sigmadex\n33. TuffToken\n34. hardhat-diamond-abi\n35. EnterDAO\n36. Gemcutter\n37. [GNUS.AI](https://www.gnus.ai)\n38. Dark Forest\n39. Moonstream DAO\n40. Chain of Empires\n41. LI.FI\n42. cryptopoopz.com\n43. [Copium Wars](https://copiumwars.xyz/)\n44. Typenauts\n46. connext.network\n47. [The Saudis](https://www.thesaudisnft.com/)\n48. [Spring Game](https://spring.game/)\n49. [oncyber](https://oncyber.io/)\n50. [Avathereum](https://avathereum.com/)\n51. [Cartesi](https://cartesi.io/)\n52. [Energy Web](https://www.energyweb.org)\n53. [Shattered Eon](https://shatteredeon.io/)\n54. Zem\n55. [SolarProtocol](https://www.solarprotocol.io/)\n56. [VOID.MONEY](https://void.money/)\n58. [Simple DeFi](https://www.simpledefi.io/)\n59. [CroSwap](https://www.croswap.com/)\n60. [Lightm](https://lightm.xyz)\n61. [PartyFinance](https://party.finance/)\n62. [1o1.art](https://1o1.art/)\n63. [withmantra.com](https://withmantra.com)\n64. [Nobility Token](https://nobilitytoken.com)\n65. [meTokens](https://meTokens.com)\n66. [Fyde Treasury Protocol](https://www.fyde.fi)\n67. [VaporFi](https://vapornodes.finance/)\n68. [MetaMask Grants DAO](https://metamaskgrants.org/)\n69. [zkSync](https://zksync.io/)\n70. [Crypto Unicorns](https://www.cryptounicorns.fun/)\n71. [Forward Protocol](https://forwardprotocol.io/)\n1. [Ubiquity Dollar](https://github.com/ubiquity/ubiquity-dollar)\n1. [Geo Web](https://www.geoweb.network/)\n1. [Nexera ID](https://blog.allianceblock.io/nexera-nexera-id-deep-dive-ea58350686f3)\n1.  [CronosNode NFTs](https://cronosnode.com/)\n1. [Tombala Games](https://tombala.games/)\n1. [Perp88](https://medium.com/perp88/perp88-has-adopted-the-diamond-standard-eip-2535-fcc60f49ece1)\n1. [Helix2](https://ethresear.ch/t/helix2-name-link-service/14823)\n1. [Pendle](https://www.pendle.finance/)\n1. [Worker Node Toolkit](https://medium.com/energy-web-insights/proof-of-good-work-energy-web-releases-worker-node-toolkit-to-the-public-e67a9d8a2973)\n1. [NiftyKit](https://niftykit.com/)\n2. [Babylon](https://babylon.game/)\n1. [Autify Network](https://autifynetwork.com/)\n1. [Keepers](https://keepers.com)\n1. [MetaBase](https://metabase.cc)\n2. [props](https://www.props.app/)\n3. [VL Relics](https://relics.vitriol.sh)\n4. [ApeFathers NFT](https://www.apefathersnft.com/)\n5. [ssv.network](https://ssv.network)\n6. [Pinjam](https://pinjamlabs.com/)\n7. [Venus Protocol](https://venus.io/)\n8. [OmniKingdoms](https://www.omnikingdoms.io/)\n9. [ZKasino](https://docs.zkasino.io/)\n10. [FrenPet](https://docs.frenpet.xyz/)\n11. [Citizen Capital](https://citizencapital.fund/)\n12. [basedVC](https://basedvc.fund/)\n13. [Rico Credit System ](https://bank.dev/)\n14. [GEMPAD](https://gempad.app)\n15. [Kresko Protocol](www.kresko.fi)\n16. [untrading](https://untrading.org/)\n17. [Enzo Racing](https://enzo.gg/)\n1. [Trust Wallet](https://trustwallet.com)\n2. [KingPinOnBase](https://kingpinonbase.com/)\n3. [Parallel](https://parallel.fi)\n4. [JungleArt](https://jungleart.ai/)\n5. [Owl Protocol](https://docs-api.owlprotocol.xyz/docs/introduction)\n6. [Vaultus Finance](https://vaultusfinance.io/)\n7. [zkLink](https://docs.zklink.io/)\n8. [OctoDeFi](https://octodefi.com/)\n9. [RAIRprotocol](https://rairprotocol.org/)\n10. [kewl](https://www.kewl.exchange/)\n11. [Mande Network](https://www.mande.network/)\n12. [FeverTokens](https://www.fevertokens.io)\n13. [Pantos](https://pantos.io)\n14. [Amplified](https://amplified.fi/)\n15. [RangoExchange](https://rango.exchange/)\n16. [Flare Networks](https://flare.network)\n17. [BoomBots](https://www.boombots.xyz)\n18. [River Protocol](https://www.river.build/)\n19. [Towns](https://www.towns.com/)\n20. [Splatter Party](https://splatterparty.xyz)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmudgen%2Fawesome-diamonds","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmudgen%2Fawesome-diamonds","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmudgen%2Fawesome-diamonds/lists"}