https://github.com/bnb-chain/meme-innovation-data
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.1%) to scientific vocabulary
Last synced: 9 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: bnb-chain
- Default Branch: main
- Size: 53.7 KB
Statistics
- Stars: 3
- Watchers: 0
- Forks: 2
- Open Issues: 0
- Releases: 0
Created almost 2 years ago
· Last pushed about 1 year ago
Metadata Files
Readme
README.md
meme-innovation-data
How to add new tvl protocol
- Go to protocol page on defillama and copy the protocol name
- Search for protocol data in https://api.llama.fi/protocols.
- Add slug, id and protocol link into tvlprotocollist.
json { "id": "4967", // <-- id "name": "PancakeSwap Options", "address": "bsc:0x0E09FaBB73Bd3Ade0a17ECC321fD13a19e81cE82", "symbol": "CAKE", "url": "https://pancakeswap.stryke.xyz", "description": "......", "chain": "Arbitrum", "logo": "https://icons.llama.fi/pancakeswap-options.jpg", "audits": "0", "audit_note": null, "gecko_id": null, "cmcId": null, "category": "Options", "chains": ["Arbitrum"], "oracles": [], "forkedFrom": [], "module": "pancake-stryke/index.js", "audit_links": [], "twitter": "PancakeSwap", "parentProtocol": "parent#pancakeswap", // <--- parent protocol "listedAt": "...", "slug": "pancakeswap-options", // <-- slug "tvl": "...", "chainTvls": { "Arbitrum": "..." }, "mcap": null } - If the protocol has 'parentProtocol'. Please add all protocol slugs and ids belong to the same parent protocol into object to prevent losing data.
How to Add a New TVL Protocol
Step 1: Find the Protocol Name
- Get the defillama protocol link from provider and go to the protocol page on DefiLlama.
Step 2: Search for Protocol Data
- Use the API to find the protocol's data: https://api.llama.fi/protocols.
Step 3: Add the Protocol to tvl_protocol_list
- Add the protocol's details to
tvl_protocol_list. Below is an example of the format:
json
{
"name": "PancakeSwap",
"slug": [
"pancakeswap-amm",
"pancakeswap-amm-v3",
"pancakeswap-stableswap",
"pancakeswap-amm-v1",
"pancakeswap-perps",
"pancakeswap-options"
],
"id": [194, 2769, 2529, 2590, 3538, 4967],
"link": "https://defillama.com/protocol/pancakeswap",
"enable": true,
"group": "partA"
},
2. If the protocol has 'parentProtocol' attributes please find all protocols sharing the same parent protocol, and include all slugs and ids into tvl_protocol_list to prevent data loss.
Owner
- Name: bnb-chain
- Login: bnb-chain
- Kind: organization
- Website: https://www.bnbchain.org
- Twitter: BNBChain
- Repositories: 99
- Profile: https://github.com/bnb-chain
For BNB Chain: BNB Smart Chain, BNB Beacon Chain
GitHub Events
Total
- Watch event: 3
- Member event: 4
- Push event: 26
- Pull request review event: 2
- Pull request event: 12
- Fork event: 1
- Create event: 2
Last Year
- Watch event: 3
- Member event: 4
- Push event: 26
- Pull request review event: 2
- Pull request event: 12
- Fork event: 1
- Create event: 2
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 0
- Total pull requests: 12
- Average time to close issues: N/A
- Average time to close pull requests: 5 minutes
- Total issue authors: 0
- Total pull request authors: 2
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 12
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 12
- Average time to close issues: N/A
- Average time to close pull requests: 5 minutes
- Issue authors: 0
- Pull request authors: 2
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 12
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- Halibao-Lala (8)
- CsabaBNBChain (4)