learnyouw3up
Advanced tools
Comparing version 1.3.3 to 1.3.4
# Changelog | ||
## [1.3.4](https://github.com/web3-storage/learnyouw3up/compare/v1.3.3...v1.3.4) (2023-11-15) | ||
### Bug Fixes | ||
* reword ([944b27c](https://github.com/web3-storage/learnyouw3up/commit/944b27c7041d9bef6073894ee4031f434907d674)) | ||
## [1.3.3](https://github.com/web3-storage/learnyouw3up/compare/v1.3.2...v1.3.3) (2023-11-15) | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "learnyouw3up", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"description": "Workshopper for learning how to use w3up - a UCAN based upload service for IPFS and Filecoin.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -5,8 +5,5 @@ # Introdcution: UCAN do it! | ||
This workshopper is a set of interactive challenges to help you learn about | ||
w3up. | ||
This workshopper is a set of interactive challenges to help you learn about w3up. | ||
Let's get you setup. You're gonna need Node.js installed (v18+) and the client | ||
library installed. Once Node.js is installed, make a new directory, and install | ||
the client library like so: | ||
Let's get you setup. Make a new directory, and install the client library like so: | ||
@@ -19,6 +16,3 @@ ```sh | ||
Nice one. Now, this is how things are going to work. You make a JS file for | ||
each exercise in the directory you installed the library e.g. `ex1.mjs`. | ||
You write the code that solves the problem, and then the workshopper will | ||
verify your solution when you type: `learnyounode verify ex1.mjs`. | ||
Nice one. Now, this is how things are going to work. You make a JS file for each exercise in the directory you installed the library e.g. `ex1.mjs`. You write the code that solves the problem, and then the workshopper will verify your solution when you type: `learnyounode verify ex1.mjs`. | ||
@@ -29,4 +23,3 @@ When you succeed, you type learnyouw3up again and select the next exercise. | ||
Ok, now I need you to make that JS file we talked about. For this exercise | ||
we're going to print out your DID. Yeah, like an ID, but DECENTRALIZED. Woof. | ||
Ok, now I need you to make that JS file we talked about. For this exercise we're going to print out your DID. Yeah, like an ID, but DECENTRALIZED. Woof. | ||
@@ -41,4 +34,3 @@ Put these JavaScripts into your file: | ||
When you're done, verify your solution with `learnyouw3up verify ex1.mjs` | ||
and then type `learnyouw3up` and select the next exercise. | ||
When you're done, verify your solution with `learnyouw3up verify ex1.mjs` and then type `learnyouw3up` and select the next exercise. | ||
@@ -45,0 +37,0 @@ Go now, I believe in you. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
397110