Skip to content

Commit

Permalink
Remove tutorials and link to the tutorials page (#4240)
Browse files Browse the repository at this point in the history
  • Loading branch information
toschdev committed Jul 3, 2024
1 parent e3221df commit b8fe6f0
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 896 deletions.
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

0 comments on commit b8fe6f0

Please sign in to comment.