Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: crypto_deft on May 05, 2018, 11:16:40 PM



Title: To build a block chain..
Post by: crypto_deft on May 05, 2018, 11:16:40 PM
Hello There,
What are the steps one need to take in high level, if he / she has a unique concept and want to build a block chain ? What are the points we need to focus and plan for ?

Thanks,
CD.


Title: Re: To build a block chain..
Post by: BeBlockTech on May 05, 2018, 11:29:02 PM
Hello There,
What are the steps one need to take in high level, if he / she has a unique concept and want to build a block chain ? What are the points we need to focus and plan for ?

Thanks,
CD.

Knowing how to code would be very helpfull. And I  assume you don't know how to, so having a good team of developers, co-founders, and some seed investors who believe in your project is a nice place to start.

It takes years to build a decent project with a decent team behind, while building a basic blockchain nowadays takes 15min. Don't start a project because of the hipe of ICO's, you wont make it.

Good luck!!


Title: Re: To build a block chain..
Post by: andrew1carlssin on May 06, 2018, 12:22:23 AM
Hello There,
What are the steps one need to take in high level, if he / she has a unique concept and want to build a block chain ? What are the points we need to focus and plan for ?

Thanks,
CD.

Knowing how to code would be very helpfull. And I  assume you don't know how to, so having a good team of developers, co-founders, and some seed investors who believe in your project is a nice place to start.

It takes years to build a decent project with a decent team behind, while building a basic blockchain nowadays takes 15min. Don't start a project because of the hipe of ICO's, you wont make it.

Good luck!!

I find this article at kdnuggets a nice intro .. for coders 

Blockchain Explained in 7 Python Functions
https://www.kdnuggets.com/2018/04/blockchain-explained-7-python-functions.html


Title: Re: To build a block chain..
Post by: Heisenberg_Hunter on May 06, 2018, 09:18:04 AM
To build a blockchain you need to understand the core concepts of one and how to build one using a code. You need to be basically very good in programming concepts and need to have knowledge in at least 1 programming language. A blockchain can be built in Cpp, Java, python etc. If you need to build a smart contract, you need solidity.  Your unique concept needs to address the problems prevailing in the community and if your concept solves all the problems, your coin would develop in price and you would get a lot of potential investors. If you are not a dev, then you need to hire a good dev for building a blockchain. You need to decide if you need to launch an ICO by pre-mining the coins by yourself!

A concept is not one which could be realised tomorrow, you need ample time to decide upon the problems and need to study a lot. First, you need to build a community of investors who would believe in you and invest in your project. Hire a good advisor who may help you in long term planning. If you successfully implement the long term roadplan, your coin would boom in the market.


Title: Re: To build a block chain..
Post by: butka on May 06, 2018, 09:32:18 AM
If you need to build a smart contract, you need solidity. 
This is not entirely true. Solidity is not the only option. Etherium is not the only blockchain you can run smart contracts on.

You can do that on top of Bitcoin's blockchain too. Keyword: RSK.

https://www.rsk.co/

and, for example, this thread:

https://bitcointalk.org/index.php?topic=3189777.0

If I were to start learning smart contracts, I would use RSK instead.