Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 609 Bytes

Readme.md

File metadata and controls

24 lines (16 loc) · 609 Bytes

Token Host Builder

Setup:

  1. configure the json for your site in contracts.json using tokenhost.com or https://github.com/tokenhost/tokenhost-www or just use default example to make a Job site

  2. install deps ie npm, yarn. currently node v19.7.0 is working great

  3. Compile and dev your site:

yarn
yarn run build
  1. you have now built your new site. This sin the folder site, to interact with it go to http://localhost:3000 after:
cd site
yarn run dev
  1. init a new git repo in the site folder and use that as the basis for your new dapp