现在我们有主要的Dapp开发框架。
每个人的优点和缺点是什么?这是在什么基础上选择的。
每个框架需要什么才能使开发人员更加友好呢?
发布于 2017-06-15 10:56:45
我曾在船上工作过,所以我将为登船框架负责。
发布于 2017-07-05 08:32:46
我发现松露作为初学者非常有用。
Pros : 1. truffle enables easy deployment on testrpc networks using migrations
2. very easy to install (npm install -g truffle) if you have npm setup
3. detailed documentation and a lot of help pages. useful for debugging
4. makes interaction with contracts easy through the truffle-contract
abstraction (which again has a very good documentation
5.Automated contract testing with Mocha and Chai.
6.Support for JavaScript, CoffeeScript, SASS, ES6 and JSX built-in.
7. A configurable build pipeline that supports both web apps and console apps.
Cons :
1. NO GUI
2. no editor for contracts (but you can use atom and install the solidity
packagehttps://ethereum.stackexchange.com/questions/15692
复制相似问题