This repository was archived by the owner on May 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Setup
Ben Guidarelli edited this page Aug 18, 2021
·
7 revisions
- fork this repository
- git clone it down to your machine
cp init.config.json config.json- set the fields market with YOUR XXX.
- in the root dir of the project run
npm installthennpm run serve(If you're running in a docker container you may have to update the config.devserver.host field to something like0.0.0.0in webpack.config.js) - Open a browser and navigate to http://localhost:8080
- Connect a wallet on TestNet with the account in the admin field you set in the config
- navigate to the admin page
- Set the fields on the application config if you haven't yet
- click "Create", this will require you to sign several transactions, when it is finished it will update the json displayed on the page
- copy the json generated in the
applicationsection over into your config, it will include owner addr, listing hash, price id and app id - restart the npm server
- optionally create tags on the admin page by typing the tag name into the box and hitting enter, this will require you to sign another transaction for each tag. When you're finished, copy the tag array into your config and restart the server
- Push your changes back to your repo
- Set up static hosting on Cloudflare or Github or Fleek pointing to your fork
- Set up your storage account
- Share your new NFT marketplace with creators :)