Welcome to the Bevm Ecosystem Project List! This repository is dedicated to listing projects within the Bevm ecosystem. If you have a project that you'd like to include, please follow the instructions below to submit it.
To submit your project to this list, please follow these steps:
- Fork the Repository: Start by forking this repository to your account.
- Add Your Project Information: Fill in the details of your project according to the format provided below.
- Submit a Pull Request: Once you've added your project, create a Pull Request for review.
When adding your project, please use the following format:
- Project Type: Bridge, Dev Tools, Infra, Game, NFT, Wallet, Social, Identity, Defi, Data Service, CEX, Security, Funding, Launchpad, Entertainment, Inscription.
- Project Icon: Upload your project logo in the asset file, then copy the path and fill it in json.
Here is an example in JSON format:
{
"bevm-canary": [
{
"name": "OmniBTC",
"types": ["Bridge", "Defi"],
"icon": "https://raw.githubusercontent.com/btclayer2/ecosystem/main/assets/omnibtc.png",
"description": "The first decentralized omnichain financial platform.",
"link": "https://www.omnibtc.finance/"
}
],
"bevm-mainnet": [
{
"name": "OmniBTC",
"types": ["DEFI", "Defi"],
"icon": "https://raw.githubusercontent.com/btclayer2/ecosystem/main/assets/omnibtc.png",
"description": "The first decentralized omnichain financial platform.",
"link": "https://www.omnibtc.finance/"
}
]
}