Skip to content

quick start to serve the Token Negotiator from this library

Nick edited this page Sep 13, 2022 · 1 revision
  1. Install if required a means to serve webpages via your local machine.
  1. Installed or you have another solution, run
    npm run i
  1. Once all dependencies are installed, run
    http-server
  1. This will serve the index.html file from this library.

  2. If making changes and you wish to review them, run

    npm run build-umd

Followed by,

    http-server

Example screen shot (component loading inside a blank page):

Screen Shot 2022-07-20 at 3 32 26 pm

Notes:

This method can be used as a quick smoke test to try out a new config of the Token Negotiator, test out NFT Collections to ensure the data can be found.