File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ node install.js
19
19
You can rerun the install anytime to update all the test files and contracts. If you just want to download a specific challenge, you can run:
20
20
21
21
```
22
- node install.js --challenge challenge-simple-nft-example
22
+ node install.js --challenge challenge-tokenization
23
23
# you can run node install.js --help to see all the available challenges and options
24
24
```
25
25
@@ -31,15 +31,15 @@ yarn server
31
31
32
32
now visit http://localhost:54727/
33
33
34
- - For pretty feedback, visit: http://localhost:54727/challenge-simple-nft-example /sepolia.etherscan.io/0xC7f0fd7ceBE69A3c4Ef28f7978bc5951064772f8
34
+ - For pretty feedback, visit: http://localhost:54727/challenge-tokenization /sepolia.etherscan.io/0xC7f0fd7ceBE69A3c4Ef28f7978bc5951064772f8
35
35
- The main API endpoint is a POST to http://localhost:54727/ . E.g:
36
36
37
37
```
38
38
POST http://localhost:54727
39
39
Content-Type: application/json
40
40
41
41
{
42
- "challenge": "challenge-simple-nft-example ",
42
+ "challenge": "challenge-tokenization ",
43
43
"blockExplorer": "sepolia.etherscan.io",
44
44
"address": "0xC7f0fd7ceBE69A3c4Ef28f7978bc5951064772f8"
45
45
}
@@ -53,7 +53,7 @@ Content-Type: application/json
53
53
x-api-key: YOUR_API_KEY
54
54
55
55
{
56
- "challengeId": "challenge-simple-nft-example "
56
+ "challengeId": "challenge-tokenization "
57
57
}
58
58
```
59
59
Original file line number Diff line number Diff line change 1
1
const challenges = {
2
- "challenge-simple-nft-example " : {
3
- name : "challenge-simple-nft-example " ,
2
+ "challenge-tokenization " : {
3
+ name : "challenge-tokenization " ,
4
4
github : "https://github.com/scaffold-eth/se-2-challenges.git" ,
5
5
contractName : "YourCollectible" ,
6
6
testName : "YourCollectible.ts" ,
You can’t perform that action at this time.
0 commit comments