File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55- [ RESOURCES] ( #resources )
66- [ INSTALLATION] ( #installation )
7- - [ COMMANDS] ( #commands )
7+ - [ BACKEND COMMANDS] ( #commands )
8+ - [ FRONTEND] ( #frontend )
89
910## RESOURCES
1011
@@ -26,12 +27,13 @@ Join the Discord server for more help from the community: [codeSTACKr Discord](h
2627- Unzip, if needed, and open the folder in VS Code.
2728- From the terminal run:
2829```
30+ cd backend
2931 npm install
3032```
3133- Copy your image layers into the ` /backend/layers ` folder.
3234- Use the ` /backend/src/config.js ` file to set up your layers and NFT information.
3335
34- ## COMMANDS
36+ ### Backend Commands
3537
3638Generate:
3739```
@@ -100,7 +102,7 @@ Get Contract:
100102$ npm run get_contract
101103```
102104
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.
104106
105107Update Contract:
106108```
@@ -133,4 +135,11 @@ $ npm run refresh_os --start=1 --end=100
133135- Refreshes the listing for the specified editions on OpenSea.
134136- Both the ` --start ` and ` --end ` flags are required.
135137
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+
136145## Reference the [ video] ( https://youtu.be/cLB7u0KQFIs ) for more details.
You can’t perform that action at this time.
0 commit comments