You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 2, 2024. It is now read-only.
Copy file name to clipboardexpand all lines: README.md
+7-6
Original file line number
Diff line number
Diff line change
@@ -27,18 +27,19 @@ We recommend you first execute this against a locally running Algorand sandbox n
27
27
28
28
### Regardless of whether minting against local Algorand emulator or not
29
29
30
-
1. Open in VS Code (or your IDE of choice, although you'll get a better developer experience in VS Code since there are run and debug configurations and settings specified)
31
-
2. Install recommended extensions
32
-
3. Inside `minter`:
30
+
1. Run your HashLips generator and copy the output from the `build` folder into the `hashlips-output` folder in this repository - that should result in a `hashlips-output/images` and `hashlips-output/json` folder
31
+
2. Open in VS Code (or your IDE of choice, although you'll get a better developer experience in VS Code since there are run and debug configurations and settings specified)
32
+
3. Install recommended extensions
33
+
4. Inside `minter`:
33
34
34
35
- Copy `.env.sample` to `.env` and fill in the relevant variables, including Web3.Storage token and, depending on whether you want to test against either the local sandbox or Algorand TestNet, the Algorand node config (e.g. via [AlgoNode](https://algonode.io/api/) or via [PureStake](https://purestake.io/), for which you would need to [create an account](https://developer.purestake.io/signup))
35
36
- Run `npm install`
36
37
37
-
4. Add the metadata for your particular NFT project in `minter/index.ts`
38
+
5. Add the metadata for your particular NFT project in `minter/index.ts` (look for `NFT metadata - edit this`)
38
39
39
-
5. (If using VS Code) Choose the thing you want to run/debug from the "Run and Debug" pane (ctrl+shift+D on Windows) and hit F5 and it will launch it with breakpoint debugging
40
+
6. (If using VS Code) Choose the thing you want to run/debug from the "Run and Debug" pane (ctrl+shift+D on Windows) and hit F5 and it will launch it with breakpoint debugging
40
41
41
-
6. OR (If not using VS Code) run `npm run dev` in the `minter` folder
42
+
7. OR (If not using VS Code) run `npm run dev` in the `minter` folder
0 commit comments