- Make proposal PR
- Get reviews and approvals
- Upload proposal to ipfs
- Sign up for pinata.
- Get API Key and Secret Key
- Get a raw copay of the proposal file from Github. E.g. https://raw.githubusercontent.com/klaybank/proposal/main/content/proposal-1.md
- Set .env in the root directory (
./proposal
)FILE_PATH= TITLE= SHORT_DESCRIPTION= PINATA_KEY= PINATA_SECRET=
- Upload using the below command
npm i && npm run upload