Welcome to the Secret Network CosmWasm Developer Tutorials repository! 🎉
This repository contains step-by-step guides to help you build and deploy applications on the Secret Network using CosmWasm and related tools.
The repository currently includes the following tutorials:
-
Hello World (
1_hello_world
):
Learn the basics of creating and deploying your first CosmWasm contract on Secret Network. -
Hello World with secret.js (
2_hello_world_secretjs
):
Extend your understanding by interacting with your deployed contract usingsecret.js
, the JavaScript SDK for Secret Network. -
Fullstack Secret RNG (
3_fullstack_secret_rng
):
Dive deeper into creating a full-stack application that leverages Secret Network's privacy-preserving Random Number Generator (RNG). -
Secret Tokens (
4_secret_tokens
):
Learn how to launch your own Secret tokens.
Before starting, ensure you have the following installed:
- Rust (for CosmWasm development)
- Node.js and npm (for
secret.js
and frontend development) - Docker (for contract compilation)
Refer to the individual tutorial folders for additional requirements.
- Clone the repository:
git clone https://github.com/writersblockchain/Secret-Network-Cosmwasm-Developer-Tutorials.git cd Secret-Network-Cosmwasm-Developer-Tutorials