nervosnetwork / docs.nervos.org

Nervos CKB Documentation, curated by Nervos Foundation, contributed by the Nervos Community with ❤️.
https://docs.nervos.org/
MIT License
18 stars 62 forks source link

DApp Tutorials #211

Closed roughpandaz closed 6 months ago

roughpandaz commented 7 months ago

Context

Current Dapp tutorials are spread out across many sites, and out of date. Goal: Update tutorials and move them into documenation

Existing Tutorials

Tutorials should be split into the following steps:

  1. Summary: 2-3 lines on what devs will learn
  2. Setup: Dev Environment (1 line)
  3. Start: copy code and start project (use defaults and hardcoded address for local-chains)
  4. Understand: Learn about key parts of DApp.
  5. Customize: Customize and config project.
  6. Next: What should developers need to do after this.

For each DApp tutorial

Tutorials

roughpandaz commented 7 months ago

Examples will be stored inside of Nervos Docs: https://github.com/nervosnetwork/docs.nervos.org/tree/develop-v2/examples

roughpandaz commented 6 months ago

first version on examples: https://github.com/nervosnetwork/docs.nervos.org/pulls?q=is%3Apr+is%3Aclosed+base%3Adevelop-v2+example

Updates will be added into separate projects/issues