Information about protocols
Go to file
2021-04-29 21:50:05 -04:00
__unsupported
.github
protocols Create Update Week 17 2021 29-04-21.md 2021-04-29 21:50:05 -04:00
scripts fix: buildscript 2021-04-28 21:45:25 -05:00
.gitignore fix: ignore index.js 2021-04-29 12:00:07 -05:00
.prettierrc.js
allprotocols.json
CHANGELOG.md chore(release): 2.2.2 2021-04-29 17:49:43 -05:00
index.d.ts fix: index.d.ts 2021-04-28 21:49:25 -05:00
LICENSE
package.json chore(release): 2.2.2 2021-04-29 17:49:43 -05:00
README.md
tsconfig.json
types.ts
yarn.lock fix: buildscript 2021-04-28 21:45:25 -05:00

Discord Twitter


Boardroom

Boardroom Project Information Repo

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

About

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.

Development

Clone the repo:

$ git clone git@github.com:boardroom-inc/protocol-Info.git

Install dependencies:

$ yarn

Compile the protocol info artifact to dist:

$ yarn build

Link the package:

$ yarn link

From hub-ui (or any other repo), use the linked package:

$ yarn link @boardroom/protocol-info

Run validation:

$ yarn validate

Cut a new release:

$ git checkout main
$ git pull
$ npx standard-version
$ yarn publish
$ git push origin main --follow-tags

Contact

Please reach out in Discord with any questions!