Information about protocols
Go to file
Kevin Nielsen bf8b505e1a
Merge pull request #118 from nickmartitsch/patch-10
Create Week 16 2021 23-04-21.md
2021-04-26 14:13:04 -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 chore: add contributing docs 2021-04-22 06:31:36 -05: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

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!