Ecosystem Overview
The ecosystem is always evolving so feel free to suggest changes as discussions, issues, or PRs if something is missing or incomplete through our Github page.

- Guides for products in the ecosystem,
- guides and features for everything Secret Network
- Run by the Secret Foundation
- Has a series on Secret Network
- Videos on Defi and NFTs in the Cosmos ecosystem
- Videos on DeFi and Privacy for Secret Network and Crypto in general
Guides about building on the Secret Network
- Official Guides written by the community
- Set up your environment and start writing contracts as fast as possible
- More specific tutorials for different use cases
- Tutorial by DarwinZero
- Tutorial by DarwinZero
Tools for interacting with the secret network and for writing Secret Contracts
- Start a docker container with a standalone network
- IDE to make contract development easier
- Quickly set up a Secret Node on mainnet or testnet for your application
- Python library for interacting with the network
- A framework for building secret contracts. It features facilitates for project templates, compilation, deployment, javascript interaction (based on schemas), and testing (Docs, Codebase)
- Extra tools for use in Secret Contracts
- Monitor a validator on the Secret Network with an active telegram bot, email or phone call through Twilio
- Tool to verify the WASM public binary of any contract against its source code. Make sure live contracts do what the Git repo says they do.
Examples of reference Secret Contract implementations
- Quickstart template to start developing Secret Contracts
- Reference SNIP-20 contract implementation (Secret Tokens)
- Reference SNIP-721 contract implementation (Secret NFTs)
- Template for launching NFT projects that need randomized minting
- Example of on-chain randomness based on encrypted inputs and state + video tutorial
Last modified 3mo ago