Information about protocols
Go to file
2021-07-07 13:50:11 -05:00
__unsupported Create Update Week 26 2021 01-07-21.md 2021-07-01 23:10:04 -04:00
.github feat: script and github action to aggregate all events into one place" 2021-06-03 22:44:46 -05:00
protocols fix: update aave token abi (#214) 2021-07-07 13:49:51 -05:00
scripts Merge branch 'main' into feat/enableSnapshotPro 2021-06-23 22:09:01 +05:30
.gitignore fix: ignore index.js 2021-04-29 12:00:07 -05:00
.prettierrc.js chore: prettier 2021-04-22 13:25:49 -05:00
allEvents.json feat: script and github action to aggregate all events into one place" 2021-06-03 22:44:46 -05:00
allprotocols.json fix: dont overwrite if already claimed 2021-04-27 20:40:32 -05:00
CHANGELOG.md chore(release): 2.5.1 2021-07-07 13:50:11 -05:00
index.d.ts fix: index.d.ts 2021-04-28 21:49:25 -05:00
LICENSE Initial commit 2021-01-11 17:54:31 +05:30
package.json chore(release): 2.5.1 2021-07-07 13:50:11 -05:00
protocolsInfoForScreener.json Add protocol folders which are supported by server 2021-06-16 19:53:57 +05:30
README.md fix: update readme 2021-05-02 11:42:26 -05:00
tsconfig.json chore: export compiled artifact (#107) 2021-04-16 18:09:56 -05:00
types.ts Merge branch 'main' into feat/enableSnapshotPro 2021-06-23 22:09:01 +05:30
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

Quick Add New Protocol:

$ ./scripts/add_new_protocol $protocolName $tokenContractAddress (optional) $suffix (optional) $displayName (optional)

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!