-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8a35884
commit 76f7411
Showing
4 changed files
with
30 additions
and
274 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# MVC Resources | ||
|
||
## Overview | ||
|
||
This repository contains resources such as icons, logos, and other assets. | ||
|
||
We use unpkg service to serve these assets. | ||
|
||
To get the URL of an asset, use the provided `getAssetUrl` function. | ||
|
||
```ts: | ||
import { getIconUri } from '@mvc-org/mvc-resources' | ||
const uri = getIconUri({ | ||
type: 'metaContract', | ||
codehash: 'a2421f1e90c6048c36745edd44fad682e8644693', | ||
genesis: '94c2ae3fdbf95a4fb0d788c818cf5fcc7a9aa66a', // genesis for usdt | ||
}) | ||
console.log(uri) | ||
// https://unpkg.com/@mvc-org/mvc-resources/icons/meta-contract/usdt.jpg | ||
``` | ||
|
||
## To add a new asset | ||
|
||
- Fork this repository | ||
- Add the asset to the appropriate folder. | ||
- Add asset lookup rules to corresponding the rules file. | ||
- Create a pull request to the main repository and wait for approval. It will be published to unpkg after approval. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.