File tree 1 file changed +12
-3
lines changed 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
- [ RESOURCES] ( #resources )
6
6
- [ INSTALLATION] ( #installation )
7
- - [ COMMANDS] ( #commands )
7
+ - [ BACKEND COMMANDS] ( #commands )
8
+ - [ FRONTEND] ( #frontend )
8
9
9
10
## RESOURCES
10
11
@@ -26,12 +27,13 @@ Join the Discord server for more help from the community: [codeSTACKr Discord](h
26
27
- Unzip, if needed, and open the folder in VS Code.
27
28
- From the terminal run:
28
29
```
30
+ cd backend
29
31
npm install
30
32
```
31
33
- Copy your image layers into the ` /backend/layers ` folder.
32
34
- Use the ` /backend/src/config.js ` file to set up your layers and NFT information.
33
35
34
- ## COMMANDS
36
+ ### Backend Commands
35
37
36
38
Generate:
37
39
```
@@ -100,7 +102,7 @@ Get Contract:
100
102
$ npm run get_contract
101
103
```
102
104
103
- - Gets the deployed contract details using the transactions hash from the Deploy Contract command.
105
+ - Gets the deployed contract details including the contracts ABI using the transactions hash from the Deploy Contract command.
104
106
105
107
Update Contract:
106
108
```
@@ -133,4 +135,11 @@ $ npm run refresh_os --start=1 --end=100
133
135
- Refreshes the listing for the specified editions on OpenSea.
134
136
- Both the ` --start ` and ` --end ` flags are required.
135
137
138
+ ### Frontend
139
+
140
+ - Update the ` frontend/js/abi.js ` file with the ABI from ` backend/build/contract/_contract_abi.json ` .
141
+ - Update your information in the ` frontend/js/constants.js ` file.
142
+ - Deploy your dApp to Netlify. (Reference the video for full instructions.)
143
+
144
+
136
145
## Reference the [ video] ( https://youtu.be/cLB7u0KQFIs ) for more details.
You can’t perform that action at this time.
0 commit comments