Skip to content

Latest commit

 

History

History
 
 

ecosystem-overview

Ecosystem Overview

This is a list of Secret Network related projects, tools, games, and more!

The ecosystem is always evolving so feel free to suggest changes as discussions, issues, or PRs if something is missing or incomplete via: https://github.com/SecretFoundation/docs

General Resources

Official Secret Network resources

  • Main website! - Official Secret Network website
  • Blog - Official Secret Network blog
  • Wiki - Official Secret Network wiki
  • Graypaper by Carter Woetzel - Web - PDF
  • Specifications - SNIPs - Secret Network Improvement Proposals

Community Activity

Products

Notable products launched on the Secret Network include:

Bridges

DeFi

  • secretSCRT Converter - Convert between SCRT and sSCRT, by Chainapsis
  • Secret Swap - Front running resistant AMM
  • Sienna Network - Front running resistant AMM, and more products in the future
  • Button Swap - AMM/DEX aggregator by btn.group
  • Shade Protocol - an array of connected privacy-preserving DeFi applications
    • Shade - Governance token
    • Silk - Algorithmic stablecoin with transactional privacy by default
    • Synthetics - Algorithmic synthetic assets with transactional privacy by default
    • Many more will be revealed 🤫
  • StakeEasy - Privacy preserving liquid staking solution for Secret Network.
  • Secret Invoice - Request payments via invoices, and pay for ivoices sent to you
  • Duplex Finance - Two-fold cross-chain strategy for gaining yield on stablecoins
  • Secret Auctions - Sealed-bid auctions and OTC market

NFT

Stashh - Marketplace for Secret NFTs

Other

  • Fardels (beta) - An decentralized social network for selling items of low value
  • Altermail - A decentralized messaging service dApp
  • Whisprs - Decentralized, cross-chain, private Messaging, by core-dev Cashmaney
  • Secret Garden - Secret Token and Secret NFT generator, manager, and explorer by Secret Garden
  • 🔜 JACKAL - A completely decentralized hot storage on-chain that uses the Amazon S3 Standard.

Games

Notable games built on the network include:

  • 🔜 Orbem Wars by Domerium Labs (Blog), is a P2E tower defense game with four game modes, including single-player, multi-player, and PvP. Its combat and NFT-based economy are balanced to continuously challenge players to rethink their setups.
  • Secret Dreamscape by Secret Dreamscape (Blog), is a social multiplayer game that's like a mashup of poker and scrabble. The cards are rich with fantastical images that take the player somewhere between a dream and reality. Players can bring their personal deck of NFT cards and their played words to the cards as they play for chances to win from the community prize pool.
  • prisnr.games - Head-to-head strategy game on testnet invoking the prisoner's dilemma. Implements private entropy pool for random numbers and secretNFTs as rewards and playable in-game power-ups. (Contract codebase, Front-end webapp code)
  • Secret Heroes - Deck building, auto-battler game based on collectible secretNFTs, built in Unity
  • Secret Holdem - Texas Holdem game on testnet (Codebase)
  • Rock Paper Scissors - Rock paper scissors game without commit-reveal on testnet (Codebase)

Explorers

Notable Block Explorers and visualization tools include:

Mainnet

Testnet

pulsar-2, Docs - Maintained by the Stashh team

holodeck-2, Docs - Maintained by validator Chain of Secrets

Bots

  • Gas Attendant - Time your transactions with notifications for blocks with low or high gas fees, by secretSauce 🍯
  • Node Hunter - Get notified if a validator has been offline for a long time, by secretSauce 🍯

Staking Calculators

Wallets

Great and popular wallets for managing your Secret Address

  • Keplr by Chainapsis
    • Highly featured wallet for the entire Cosmos ecosystem
    • First wallet with full support of SNIP-20 Secret Tokens
    • Support for usage from any Secret dApp
    • Convert between SCRT and sSCRT (in web app)
    • Web app + Browser extension + Mobile wallet
  • Citadel One
    • Great UI and assortment of supported networks
    • Second wallet with full support of SNIP-20 Secret Tokens
    • Built-in support for sending assets across the Ethereum Bridge
    • Convert between SCRT and sSCRT
    • Validator on the network
    • Web app + Mobile wallet
  • 🔜 a?| STARSHELL a?|
    • A privacy-preserving, free and open-source Web3 wallet built for the Secret Network and Cosmos ecosystem.
  • Secret Tipbot by validator SG-1 (Guide)
    • Funded by the community (Proposal)
    • Send SCRT to other Twitter users with a tweet
    • Send SCRT to other Telegram users with a command
  • Sputnik Exchange (Guide)
    • Send SCRT to other Twitter users with a tweet
    • Send SCRT to other Telegram users with a command
    • Buy and sell SCRT from/to other users of Sputnik
  • Ledger - Guide to using Ledger hardware wallet with Secret Network

User Guides

Guides about using the Secret Network

Text Tutorials

Video Tutorials

Podcasts

Developer Guides

Guides about building on the Secret Network

Developer Tools

Tools for interacting with the secret network and for writing Secret Contracts

  • Local Node - Start a docker container with a standalone network
  • Secret IDE - IDE to make contract development easier
  • Secret DataHub by Figment - Quickly set up a Secret Node on mainnet or testnet for your application
  • Secret API - Web API for using Secret Network by Chain of Secrets
  • Secret Py - Python library for interacting with the network
  • secret.js - JavaScript library for interacting with the network (examples)
  • Griptape.js - By Validator Stake or Die, a front-end web framework for developing DApps on the network
  • Polar - Polar is a framework for building secret contracts. It features facilitates for project templates, compilation, deployment, javascript interaction (based on schemas), and testing (Docs, Codebase)
  • Secret Toolkit - Extra tools for use in Secret Contracts
  • Smart Contract Interface - Browser interface for smart contracts by btn.group
  • Fadroma - Industrial strength components and workflows for smart contract development in Rust by hack.bg
  • Panic monitor your validator on the Secret Network with an active telegram bot, email or phone call through twilio [Mohammed Patla - SecureSecrets.network]

Reference Contracts

Examples of reference Secret Contract implementations

  • Secret Template - Quickstart template to start developing Secret Contracts
  • SNIP-20 - Reference SNIP-20 contract implementation (Secret Tokens)
  • SNIP-721 - Reference SNIP-721 contract implementation (Secret NFTs)
  • Randomized NFT Minting - Template for launching NFT projects that need randomized minting
  • Secret Dice - Example of on-chain randomness based on encrypted inputs and state + video tutorial