This public repo contains project information which will be served to display on the Boardroom Governance Portal
Browse the Portal »
Landing
·
Discord
·
Get In Touch
All project additions and edits for information uploaded, stored, and maintained on the Boardroom Portal occur on this public Project Information repository. These docs will walk you through how to add the necessary information to this repository in a few simple steps, to get your project added to the Boardroom Portal frontend and to update its details on an ongoing basis.
Clone the repo:
$ git clone [email protected]:boardroom-inc/protocol-Info.gitInstall dependencies:
$ yarnCompile the protocol info artifact to dist:
$ yarn buildLink the package:
$ yarn linkFrom hub-ui (or any other repo), use the linked package:
$ yarn link @boardroom/protocol-infoQuick Add New Protocol:
$ ./scripts/add_new_protocol $protocolNameRun validation:
$ yarn validateCut a new release:
$ git checkout main
$ git pull
$ npx standard-version
$ yarn publish
$ git push origin main --follow-tagsPlease reach out in Discord with any questions!
- Boardroom Support Channel - #❓support