What should I do to create my own version of Stellar Blockchain? I am new to this, so if anyone to take some time to explain everything to me starting from setting up the core and connecting to peers to form the network.
How to create my own Stellar Blockchain?
Same here, still waiting someone explain it clear
As I just replied on another thread, this might be of use: https://github.com/stellar/docker-stellar-core-horizon
Please keep us updated with the results!
israellevin Hey It's not for Private blockchain setup it's docker image for testnet and pubnet
There is a --standalone
flag. Check it out.
Did someone manage to do it?
I didn't hear about any people who could do their own Stellar blockchain
- Edited
If you want something quick, the docker provided up here will do as there is a standalone flag allowing to run something different from Stellar testnet/pubnet.
In case you're planning to update the source code you can still compile your own stellar-core, install your own horizon by following the guide provided into each respective guides. Remember to update your passphrase.
Resources:
- https://github.com/stellar/docker-stellar-core-horizon
- https://github.com/stellar/stellar-core/blob/master/INSTALL.md
- https://github.com/stellar/stellar-core/blob/master/docs/software/admin.md
- https://github.com/stellar/stellar-core/blob/master/docs/stellar-core_example.cfg
- https://github.com/stellar/stellar-core/blob/master/docs/software/commands.md
- https://github.com/stellar/go/tree/master/services/horizon
- https://github.com/stellar/go/blob/master/services/horizon/internal/docs/reference/admin.md
Only start it and let us know if anything isn't clear.
VladEx Neither did I
dassiorleando Thnks I will have a look at the links
- Edited
CryptoPlanet I've done it before and all went well as expected.
Hey Dassiorleandro, great of you! What tips can you give concerning Stellar blockchain creation?
dassiorleando Do you need to provide your blockchain with your own coin?
VladEx, I think there are a lot of people who managed to do it. At least you can see that here is one of them.
Crypt0Pro have you ever developed your own blockchain?
No, unfortunately have never made it.