Bitcoin Forum
May 25, 2024, 08:02:52 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: I need some help from you guys.  (Read 187 times)
alexceltare2 (OP)
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
February 08, 2018, 12:15:25 PM
 #1

So my financial company tasked me to create a crypto-currency/token for a future ICO and a blockchain that can be integrated in our platform to secure our data (transactions, executions, trades, contracts....)  would like to know what is the most elegant way(useful, scallable, easy to develop).

Throughout my research I've encountered 3 possibilities but more ideas are welcome:
- Create a smart-contract on the Ethereum network in Remix using Solidity language. (medium difficulty)
- Fork a popular open-source coin like Litecoin and change its name, initial and other parameters relevant to my company's ICO plan. (easy difficulty)
- Create the blockchain from scratch using C++ and various libraries for p2p consensus, hashing algorithm(SHA256,Keecak,Crypto++), mining and block structure (hard difficulty)<the one i'm doing now

I've heard of other platforms like CryptoNote, Dragonchain, Hyperledger fabric and Stelar Luments but I'm not familiar with them. Thanks.

P.S I've tried asking the Stack overflow community but i only got answers like "change your job" or "your question is too broad"
lizardbtc
Full Member
***
Offline Offline

Activity: 448
Merit: 109



View Profile
February 08, 2018, 01:33:41 PM
Merited by achow101 (1)
 #2

So my financial company tasked me to create a crypto-currency/token for a future ICO and a blockchain that can be integrated in our platform to secure our data (transactions, executions, trades, contracts....)  would like to know what is the most elegant way(useful, scallable, easy to develop).

Throughout my research I've encountered 3 possibilities but more ideas are welcome:
- Create a smart-contract on the Ethereum network in Remix using Solidity language. (medium difficulty)
- Fork a popular open-source coin like Litecoin and change its name, initial and other parameters relevant to my company's ICO plan. (easy difficulty)
- Create the blockchain from scratch using C++ and various libraries for p2p consensus, hashing algorithm(SHA256,Keecak,Crypto++), mining and block structure (hard difficulty)<the one i'm doing now

I've heard of other platforms like CryptoNote, Dragonchain, Hyperledger fabric and Stelar Luments but I'm not familiar with them. Thanks.

P.S I've tried asking the Stack overflow community but i only got answers like "change your job" or "your question is too broad"

All depends what do you want to do. Chosing ethereum (or other like currency) is easiest because you already have nodes in the network and miners who do the work for you and maintain network secure, the only downside is that you will have to pay in ether for transacting with your contract and making one.  Ethereum is just a popular platform with many people around who supports it.

CryptoNote is more like an privacy oriented, it depends if you want your company things to be public or not, although I am not sure if anybody has sucessfully made some privacy oriented smart contracts platform - maybe there is one, but I haven't found about it yet.

To be honest with you all these platforms whether it be lisk, dragonchain, ethereum, neo and others should enable you to develop the things you need for your business.

I am not sure how fast you have to build ICO and smartcontract. Building everything from scrach can take you a lot of time plus you will have to make eveything secure I am not sure how good is your knowledge. But if you are somewhat new and want to lunch ASAP I'd tell you to chose an existing platform because you can even ask in their communites if you have some problems etc. As I mentioned there is a problem at first for you to run your own nodes for coin and do the mining, however if your project could potentialy stand out and have good idea in mind, get succesfull ICO it wouldn't be problem for later on.

alexceltare2 (OP)
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
February 12, 2018, 10:04:58 AM
 #3

Thanks for your input sir.
As I wrote, we plan to use our blockchain in our platform and create an ICO as well. Sort of all-in-one platform that includes, apart from regular trading solutions, cryptocurrency and blockchain technology for a hacker-proof database.
target
Legendary
*
Offline Offline

Activity: 2254
Merit: 1041


Next Generation Web3 Casino


View Profile
February 12, 2018, 10:25:41 AM
 #4

If you want the easy one, ethereum would be one of the best choice as you will also get a lot of support from this community  particularly those who already are into ethereum and had participated past ICOs where the investors used myetherwallets. But this is if you are willing to reject what you have started already.

█████████████▄▄▄▄▄▄▄█████▄
█████████████▄▀███████▄▄
███████▄▄████▀▄██▀▀█▀██▄▄▄██▄▄
█████▄████████████████▄▀█▄██████▄▄
████▀▄█▄█████████████████▄▀█████████▄
░▄█████████████████████▄▄▄██████████
█████████████████████████████████
▀████████████████████▀██████▌████
░▀████████████████████▀▄█▀███▀████
░░▀███████████▀████████▀▄███████
███▀█████████████▀██████████████
████▀████████████████▀██████████
█████▀██▀▀██████████████▀█████▀

██████    ██
██
██
██
██
██
██
██
██
██
██████████
       ▄▄▄██▄▄▄
    ▄███████████▄
    █████████████▄
   ███████████████
▄█████████████████▄
▀▀▀▀█████████████▀██
    ▀█████████████▄
    ▄▀█████████████▄
   █▀ ▀▀▀██████████▌
▐███    ▄█████████▀▀
 ▀▀     ▄█████▀▀
       ███▀▀
      ██▀

██████
██
██
██
██
██
██
██
██
██
██████
cryptonoob312
Sr. Member
****
Offline Offline

Activity: 518
Merit: 250


View Profile
February 12, 2018, 11:10:06 AM
 #5

On Ethereum base you can deploy your whole crypto token without ever touching a line of code, but the real magic happens when you start customizing it. There are some more functions in your basic token contract, like approve, sendFrom and others. Customizing that you can create a really good token.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!