Public assets from the Lum Network ecosystem.
Feel free to use those assets for your own tools, it is used for the following official resources:
- Lum Network Explorer https://explorer.lum.network
- Lum Network Wallet https://wallet.lum.network
- file extension:
.png
- file content should be a square asset of
256x256
- file name: should be your
valoper_address.png
- file directory: assets are stored per network
chain-id
This is the exact same process used for Mintscan
-
Fork this repo to your own github account
-
Clone fork and create new branch
git clone [email protected]:YOUR_ACCOUNT/public-assets.git cd public-assets git branch <branch_name> git checkout <branch_name>
-
Add your image (.png) file to appropriate directory
-
Commit and push to your fork
git add -A git commit -m “Add <VALIDATOR MONIKER> logo” git push origin <branch_name>
-
From your repository, make pull reuqest (PR)