|
|
|
|
|
by semiel
3669 days ago
|
|
I've been working in the Ethereum space for a year and a half, so I know my perspective is warped, but I really don't think the learning curve is that bad any more. Solidity isn't a very complicated language and has decent documentation[0], and Truffle[1] and TestRPC[2] can get you writing automated tests against a simulated blockchain more or less instantly. It's still relatively early days, and there is a lot more work to do in making this stuff as friendly as possible, but progress has been pretty rapid. [0] http://solidity.readthedocs.io/en/latest/
[1] https://github.com/ConsenSys/truffle
[2] https://github.com/ethereumjs/testrpc |
|
Anything becomes easy if you look at it long enough. The major issue ethereum is going to have is making a case that there's a real-world value add relative to centralized, traditional architecture before many people will be willing to stare at it long enough for the easiness to set in.