Skip to content

Commit 7d0da8a

Browse files
committed
update readme info
1 parent 3fc4a98 commit 7d0da8a

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
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

3638
Generate:
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

105107
Update 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.

0 commit comments

Comments
 (0)