Skip to content

Repository files navigation

Arbor NFT

This is the Chialisp and driver code for the ArborPlace marketplace.

Requirements

  • Node.js (minimum v14.0.0)
  • Python (minimum v3.9.0)

Instructions

  1. Install yarn if it isn't already with npm i -g yarn.
  2. Install the script dependencies with yarn.
  3. Setup the Python virtual environment with python3 -m venv venv.
  4. Switch to the virtual environment with . venv/bin/activate.
  5. Install the Chia dependencies with pip install -r requirements.txt.
  6. Install tsc if it isn't already with yarn global add typescript.
  7. Compile the script with tsc.
  8. Fill out the config.json with the proper data based on example.config.json.
  9. Run the script with node . optionally with the --enable-source-maps flag to trace errors properly.
  10. Choose mint and it will walk you through the rest. The NFT data is also for testing purposes only and not binary encoded images.

About

This is the Chialisp and driver code for the ArborPlace marketplace.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages