package
0.23.0-rc.1
Repository: https://github.com/injectivelabs/utils-go.git
Documentation: pkg.go.dev
# README
Token Metadata for Go
Usage
Import this repo directly into your own go repo
Maintain
To add a new token's metadata:
- add a new
token_name: {address:token_address, coinGeckoId:token_coingecko_id, denom:token_denom, metaSource: [Alchemy/custom]}
kv pair intoken_meta.json
- run
make gen
To add some new util functions
- develop your new util functions
- don't forget to run
make build
to make sure no error in compiling at least