Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update readme guideline #28

Merged
merged 1 commit into from
May 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 10 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,19 @@ Welcome to Solana, is an initiatives to help gear curious cats coming out from t

## How to add your project into the list of dApps to explore


1. Add your logo into `/assets`.
- Logo image guideline - 200x200 (ideally with transparent background)
2. Link that image in `list.json` (or `wallets.json` if you're a wallet) following the rest of the examples in there.
3. Add these details for your protocol.
- `name:` Name of your protocol
- `subname:` Category of your protocol
- `tag:` Tag for us to match to respective category
- `logo:` The filename of your logo
- `href:` URL that link to your protocol
3. Add these details for your protocol. (For `subname` or category, please pick the current category available and not some new category, we're looking to add more in the coming days)
- `name:` Name of your protocol
- `subname:` Category of your protocol
- `tag:` Tag for us to match to respective category
- `logo:` The filename of your logo
- `href:` URL that link to your protocol
4. For wallet protocol.
- `name:` Name of your wallet
- `logo:` The filename of your logo
- `href:` URL that link to your wallet

- `name:` Name of your wallet
- `logo:` The filename of your logo
- `href:` URL that link to your wallet

Here's an example of PR to add a new protocol into the `Welcome to Solana` page: [Wormhole](https:/jup-ag/welcome-partners/pull/3)

Expand Down
Loading