Blockchain platform in C

998 views Asked by At

I am trying to understand available blockchain frameworks, I have two questions:

Is there any permissible blockchain platform supporting c/c++, I have looked at Hyperledger and Corda, they seem to be build on go and java?

Another question I have is, is there any true(where I can see and study the source code) open source blockchain platform(apart from bitcoins), Hyperledger and Corda seem to release only binaries

2

There are 2 answers

1
Urko On

There are many implementations of Blockchain like Ethereum, Eris, Sidechain... I suggest you to study Ethereum.

On the other hand, probably they are not build on c/c ++, but Ethereum has a client developed on C++ (cpp-ethereum - Ethereum C++ client)

0
Joel On

Corda is written in Kotlin, but applications on Corda (CorDapps) can be written in any JVM language.

Corda is open-source under Apache 2.0. The source code is here: https://github.com/corda/corda.