Information about protocols
Go to file
sudheer d3956f6f59
Remove hybrid key
* Remove from types
 * Remove from all protocols
 * Remove from example
2021-04-23 17:42:15 +05:30
__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 Remove hybrid key 2021-04-23 17:42:15 +05:30
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 Remove hybrid key 2021-04-23 17:42:15 +05:30
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!