polywrap / documentation

8 stars 14 forks source link

Update tutorial(s) in docs #320

Closed krisbitney closed 1 year ago

krisbitney commented 1 year ago

Our documentation contains a tutorial for creating wraps https://docs.polywrap.io/tutorials/create-wraps/tutorial/project-setup

The tutorial asks users to clone and modify a wrap located in our deprecated demos repo. It also uses ENS URIs, which we have moved away from in favor of IPFS and Wrapscan URIs.

We should replace the tutorial with a new, updated, simpler one. Instead of modifying an existing wrap, the tutorial should start with npx polywrap create and create a new wrap.

krisbitney commented 1 year ago

Outline: Create Wraps Tutorial

Part 1: Everything you need to be productive

Part 2: Extras (continues from part 1)

krisbitney commented 1 year ago

Created another issue for part 2 of the tutorial: https://github.com/polywrap/documentation/issues/329