You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But I didn't find any PR changes related to NFT Marketplace in it.
So, I found two repositories under the DefiLlama account, nft-server and defillama-server, and forked them.
Then, I added our project's Protocol information in the defi/src/protocols/data3.ts under defillama-server.
What should I do next? Should I add a folder for our project under src/adapters/ in the nft-server repository and add a JS index.js file for DefiLlama to fetch our contract transaction data? Does the Adapters project also need to be added?
The text was updated successfully, but these errors were encountered:
According to the official documentation How to list a DeFi project, I forked and cloned the Adapters repository.
But I didn't find any PR changes related to NFT Marketplace in it.
So, I found two repositories under the DefiLlama account, nft-server and defillama-server, and forked them.
Then, I added our project's Protocol information in the
defi/src/protocols/data3.ts
under defillama-server.What should I do next? Should I add a folder for our project under
src/adapters/
in the nft-server repository and add a JSindex.js
file for DefiLlama to fetch our contract transaction data? Does the Adapters project also need to be added?The text was updated successfully, but these errors were encountered: