This is the Chialisp and driver code for the ArborPlace marketplace.
- Node.js (minimum v14.0.0)
- Python (minimum v3.9.0)
- Install
yarnif it isn't already withnpm i -g yarn. - Install the script dependencies with
yarn. - Setup the Python virtual environment with
python3 -m venv venv. - Switch to the virtual environment with
. venv/bin/activate. - Install the Chia dependencies with
pip install -r requirements.txt. - Install
tscif it isn't already withyarn global add typescript. - Compile the script with
tsc. - Fill out the
config.jsonwith the proper data based onexample.config.json. - Run the script with
node .optionally with the--enable-source-mapsflag to trace errors properly. - Choose
mintand it will walk you through the rest. The NFT data is also for testing purposes only and not binary encoded images.