We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 48f059b + 6fbfb4c commit 3702ea3Copy full SHA for 3702ea3
2 files changed
README.md
@@ -79,17 +79,17 @@ You can use public endpoints for access Rest:
79
80
#### Opal
81
```
82
-https://rest.unique.network/opal
+https://rest.unique.network/opal/v1
83
84
85
#### Quartz
86
87
-https://rest.unique.network/quartz
+https://rest.unique.network/quartz/v1
88
89
90
#### Unique
91
92
-https://rest.unique.network/unique
+https://rest.unique.network/unique/v1
93
94
95
## Step 1: Generate NFT Properties
config.example.js
@@ -1,5 +1,5 @@
1
const config = {
2
- endpoint: 'https://rest.unique.network/opal',
+ endpoint: 'https://rest.unique.network/opal/v1',
3
ownerSeed: '//Alice',
4
5
imagePartsFolder: './images',
0 commit comments