Skip to content

ka4ok1331/public-assets

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lum Network - Public Assets

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:

Assets Requirements

  • 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

Add validator logo

This is the exact same process used for Mintscan

  1. Fork this repo to your own github account

  2. Clone fork and create new branch

    git clone git@github.com:YOUR_ACCOUNT/public-assets.git
    cd public-assets
    git branch <branch_name>
    git checkout <branch_name>
  3. Add your image (.png) file to appropriate directory

  4. Commit and push to your fork

    git add -A
    git commit -m “Add <VALIDATOR MONIKER> logo”
    git push origin <branch_name>
  5. From your repository, make pull reuqest (PR)

About

Public assets from the Lum Network ecosystem

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%