Information about protocols
Go to file
2021-04-26 14:35:51 -04:00
__unsupported chore: consolidate protocol info and add validation tooling (#85) 2021-04-13 12:47:41 -05:00
.github chore: consolidate protocol info and add validation tooling (#85) 2021-04-13 12:47:41 -05:00
protocols Create Week 16 2021 23-04-21.md 2021-04-22 15:35:41 -06:00
scripts chore: add example project 2021-04-22 06:13:32 -05:00
.gitignore chore: consolidate protocol info and add validation tooling (#85) 2021-04-13 12:47:41 -05:00
index.d.ts chore: export compiled artifact (#107) 2021-04-16 18:09:56 -05:00
LICENSE Initial commit 2021-01-11 17:54:31 +05:30
package.json v2.1.9 2021-04-17 16:32:32 -05:00
README.md Update README.md 2021-04-26 14:35:51 -04:00
tsconfig.json chore: export compiled artifact (#107) 2021-04-16 18:09:56 -05:00
types.ts chore: update rally path (#111) 2021-04-17 15:58:45 -05:00
yarn.lock chore: consolidate protocol info and add validation tooling (#85) 2021-04-13 12:47:41 -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!