How to transfer nil just by code #189
Answered
by
glottologist
jucoin-dev
asked this question in
Q&A
-
Is there any API documentation or transfer examples? I want to connect to the NIL wallet and use code to generate addresses, query transactions, transfer funds, etc. |
Beta Was this translation helpful? Give feedback.
Answered by
glottologist
Mar 31, 2025
Replies: 1 comment
-
@jucoin-dev You can use most Cosmos SDK reference material, Nilchain runs under v0.50.11. https://docs.cosmos.network/v0.50/learn If you want to do something programmatically rather using the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
oceans404
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@jucoin-dev You can use most Cosmos SDK reference material, Nilchain runs under v0.50.11.
https://docs.cosmos.network/v0.50/learn
If you want to do something programmatically rather using the
nilchaind
binary then you would need to use a client lib like cosmrs or use the client in the SDK repo itself.