The public facing dashboard to interact with The Standard's IBCO. This is a work-in-progress. The page designs are not finalised.
Please also note that this will only connect to the Goerli network and associated contract addresses. The IBCO has not been deployed to mainnet yet.
The whole team, including the developers, can call be found in our Discord server!
Try and find the #development channel - there's a thread in there discussing all things IBCO. Party hard.
If you're looking for the docs, you'll find them here:
https://the-standard.gitbook.io/ibco-documentation/
Development is currently happening only on the beta branch. This may change soon.
install yarn globally
npm i -g yarn
how to install app
run yarn install
how to show app in dev mode
run yarn dev
how to run production mode
run yarn build
then yarn start
yarn build will create a production ready build for the start function to activate
You should be able to visit the site on http://127.0.0.1:7777 depending on which port it's actually running on.