-
Notifications
You must be signed in to change notification settings - Fork 63
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
How to add custom network? #59
Comments
Yeah to interact with the chain currently you just need the RPC URL.
Chain ID is a constant, it is just a random number that resembles a chain really, it is easy to have something like that, but currently JeChain does not have such property. Right now you can still make a custom chain out of it by just simply not syncing from other nodes and start mining your own chain from genesis. That's also the default setting, currently there is not an "official" JeChain "network" yet, you would start your own. You can also change the genesis block which includes the original coin mint and stuff too, it's in The only problem with running a custom chain without chain id is that a different chain that's also powered by the JeChain specs/client can take transactions from your chain and submit it into their chain because there is no chain id difference. But if you don't use or don't care about the other chain you are fine. Thanks for the suggestion! |
Hello: |
It is like that because the site does not provide an RPC URL for the chain, if you want a Bitcoin RPC URL try googling for node providers or run your own node through sth like Bitcoin Core (which is not hard, just download and run).
You set your own RPC URL in |
Hello: |
You can easily get blocks using JeChain's JSON-RPC: https://github.com/nguyenphuminh/JeChain/blob/main/JSON-RPC.md (the |
Hello: I am facing 2 issues now. |
Hello: added 1 package, and audited 2 packages in 1s found 0 vulnerabilities D:\nodejs\TestJS>type package.json |
That's Ethereum, not JeChain, please read the specs.
You can do whatever you want, curl, axios in js, chrome dev tools, thunder client, any tool to test, etc, it's just http apis.
I think I'm missing something here, what is btcbam? |
Hi, |
Hello: { I want to know that the data: For both Bitcoin and btcbam, the output is almost the same, only the difference is the logpath. |
Ok I pay supposedly Coinbase support to find my funds that are stuck in the block chain so they take my money and send me .375 bitcoin as a custom token which is not showing and I can't touch it and now it's gone, so what do I do? |
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
No.
Describe the solution you'd like
A clear and concise description of what you want to happen.
I want to know how to write some blocks to custom network/chain.
What information is necessary?
Does it work like MetaMask wallet, to add a custom network, it is necessary to get the Chain ID/Network ID, RPC URL, Native token, etc.
What if some custom chain, its chain ID is not easy to find?
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
No other ideas.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: