Add install and quick start scripts#1262
Open
chenyukang wants to merge 19 commits intonervosnetwork:developfrom
Open
Add install and quick start scripts#1262chenyukang wants to merge 19 commits intonervosnetwork:developfrom
chenyukang wants to merge 19 commits intonervosnetwork:developfrom
Conversation
71b584f to
2569726
Compare
4a691ad to
425a77e
Compare
quake
reviewed
Apr 10, 2026
| ckb: | ||
| # Please use a trusted CKB RPC node, the node should be able to provide the correct data and should be stable. | ||
| rpc_url: "http://127.0.0.1:8114/" | ||
| rpc_url: "https://mainnet.ckb.dev/" |
Member
There was a problem hiding this comment.
This node is provided by community members, they may be unstable, incomplete or not work at all, I don't think use it as a default value for mainnet is a good idea.
Collaborator
Author
There was a problem hiding this comment.
then if a user want to run a fnn node on mainnet, what's the best option for they to connect a ckb node? run a ckb node is also a ops heavy task...
jjyr
reviewed
Apr 13, 2026
| # Please strictly limit the access to only trusted machines. | ||
| # If you bind RPC to a public address, set biscuit_public_key to enable authentication. | ||
| # See https://github.com/nervosnetwork/fiber/blob/main/docs/biscuit-auth.md for how to generate and configure the biscuit key pair. | ||
| # biscuit_public_key: "ed25519/17b172749be74276f0ed35a5d0685752684a3c5722114bba447a2f301136db79" |
Collaborator
There was a problem hiding this comment.
Please remove the example public key here. just leave a <placeholder> in the config value.
If an user or a llm accidentally set this key and expose the api to public, the internal API will also exposed to public such as remove_preimage or update_revocation, which may introduce security issue.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Also trivial fix on
config/mainnet/config.yml.