nervosnetwork / ckb

The Nervos CKB is a public permissionless blockchain, and the layer 1 of Nervos network.
https://www.nervos.org
MIT License
1.16k stars 228 forks source link

doc: add link to rpc proxy projects #4372

Closed doitian closed 8 months ago

doitian commented 8 months ago

What problem does this PR solve?

Issue Number: close #3513

What is changed and how it works?

What's Changed:

Add the link to a GitHub topic as mentioned in the issue https://github.com/nervosnetwork/ckb/issues/3513

Check List

Tests

Release note

None: Exclude this PR from the release note.
doitian commented 8 months ago

@chenyukang what's the workflow to update RPC doc?

chenyukang commented 8 months ago

please run git rebase develop, then run make gen-rpc-doc in your local, I expect there is diff after run this command. then please run git add . and commit & push.

I will deprecate our current flow of adding commit-sha to README.md, it will cause a lot of confusion.

doitian commented 8 months ago

I ran locally and only the submodule nervosnetwork/ckb-rpc-resources has updated. What's next? Should I send PR to that repo first?

chenyukang commented 8 months ago

no, you only need to work as before, in ckb repo git add . and then commit and push.

chenyukang commented 8 months ago

I'm removing the submodule of ckb_rpc_openrpc, please remove develop later :)