-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cosmos / tendermint RPC doc links #657
Comments
I search for "tendermint swagger" and "cosmos chain swagger" and I get:
|
cosmjs docsprobably belongs in a separate issue
https://github.com/Agoric/faucet/blob/cosmjs-rpc/src/gift.js gift.js also does message signing, including a little key management.
https://github.com/Agoric/testnet-notes/blob/1bld-sheet/subm/src/request1bld.js that imports: |
Some Q&A re mainnet0: Q: What API version are we running on our RPC nodes? main.api.agoric.net = cosmos lcd == https://v1.cosmos.network/rpc/v0.37.9 for example: https://main.api.agoric.net/cosmos/tx/v1beta1/txs/73765FA0F7A33ADD808A6A5A24338BCC375DCA6D70B5653BB9310CFEE3FC1B09 |
Interchain Developer Academy seems to be good stuff. For example, Consensus in Distributed Networks Thanks, @Tyrosine22 , for helping me find it again. |
I'm glad I could be of service. Can we either close this bug or move it to another database? It doesn't seem like an active doc bug. |
Not an active doc bug? It seems to me that the cosmos level of our chain should be documented. |
A couple related pointers: https://interchainacademy.cosmos.network/tutorials/3-run-node/ discusses https://github.com/cosmos/gaia/blob/main/docs/delegators/delegator-guide-cli.md discusses We tend to rely on keplr docs and "come delegate with us!" tutorials by validators for delegator docs. But it might be nice to copy the delegator guide into our docs. For MN-2 smart contract devs we really should document |
I suppose the CLI should get its own issue, separate from documenting the network protocol(s). But there are a few different audiences for the CLI:
|
addressed by https://docs.agoric.com/guides/integration/chain-integration.html , more or less I took one more look at these; I think we cover the essential stuff from there, along with relevant links... https://ida.interchain.io/tutorials/1-tech-terms/#rpc-and-the-interchain |
@gibson042 you said you want pointers to the current stuff. Can we put the answer in this issue until we get it in our docs?
@warner you said you had a couple bookmarks?
@michaelfig what do you use?
IOU a couple pointers: gift.js that uses cosmjs, and request1bld.js that does a tx search by sender
The text was updated successfully, but these errors were encountered: