- git clone
[email protected]:CygnusDAO/cygnusdao-layerzero-rfp.git
cd ./cygnusdao-layerzero-rfp
npm i
- Create a
.env
file with the values from.env.example
, use your own RPC endpoints for each chain (from Alchemy, Infura, etc.) - On the
src
folder there are 4 folders, one for lenders, borrowers, stakers and community members. To create the .csv for each just run the .js file (ie.node lenders.js
) and it will export all depositor addresses along with their deposited amount, denominated in USD.
Step 4 will export the .csv's we used for the RAW_DATA
tabs here.