Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Remove tutorials and link to the tutorials page #4240

Merged
merged 1 commit into from
Jul 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 14 additions & 10 deletions docs/docs/02-guide/00-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,26 @@ Welcome to the Ignite Developer Tutorials, your gateway to mastering blockchain

- **Hello World Tutorial**: Engage in the excitement of blockchain development by making your blockchain respond with "Hello, World!" This includes learning to scaffold a Cosmos SDK query and modify keeper methods.

- **Blog Tutorial**: Step into decentralized applications (dApps) with the ability to write and read blog posts on your blockchain. This tutorial covers everything from defining new types in protocol buffer files to writing and reading data from the store.
- **Debugging a Blockchain**: Develop essential skills in debugging to maintain efficient and effective blockchain development.

- **DeFi Loan Tutorial**: Dive into Decentralized Finance (DeFi) by building a blockchain for managing loans. Gain insights into CRUD logic, module method integration, and token transaction management.
- **Running in a Docker Container**: Learn how to use Docker to containerize your blockchain environment, ensuring consistency and portability across development stages.

- **Token Factory Tutorial**: Master the creation and management of digital assets on your blockchain by building a token factory module, learning module development, CRUD operations without delete functionality, and native denomination integration.
- **Chain Simulation**: Understand the importance and method of simulating blockchain environments for testing and validating functionality under various scenarios.

- **Inter-blockchain Communication (IBC) Basics**: Explore the interconnected world of blockchains with the IBC protocol. Learn how to scaffold an IBC-enabled module, manage IBC packets, and configure a built-in IBC relayer.
If you want to learn more about creating modules and how to work with your blockchain:

- **Interchange Module**: Advance your IBC knowledge by building a module for decentralized token exchanges and order books.
Visit the Tutorials at [tutorials.ignite.com](https://tutorials.ignite.com).

- **Debugging a Blockchain**: Develop essential skills in debugging to maintain efficient and effective blockchain development.
You will find our evergreen tutorials like:

- **Running in a Docker Container**: Learn how to use Docker to containerize your blockchain environment, ensuring consistency and portability across development stages.
- How to build a Blog

- **Chain Simulation**: Understand the importance and method of simulating blockchain environments for testing and validating functionality under various scenarios.
- Create a DeFi Loan Module

- How to create a Rollkit Sovereign Rollup Blockchain

- Use Ignite Extensions, like Hermes or add CosmWasm to your Blockchain.

Each tutorial builds upon the previous, enhancing your understanding and skills progressively. By completing these tutorials, you will gain a robust understanding of blockchain principles, the Cosmos SDK, and practical experience in developing and managing blockchain projects.
- And many more!

Embark on your journey to become a proficient blockchain developer with Ignite's Developer Tutorials!
Embark on your journey to become a proficient Blockchain Developer with Ignite's Developer Tutorials!
Loading
Loading