update readme

This commit is contained in:
Iuri Matias 2017-02-06 20:19:51 -05:00
parent 2566cd91d6
commit 63c4344e46
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ Status](https://travis-ci.org/iurimatias/embark-framework.svg?branch=develop)](h
What is Embark What is Embark
====== ======
Embark is a framework that allows you to easily develop and deploy Decentralized Applications (DApps). A Decentralized Application is serverless html5 application that uses one or more decentralized technologies. Embark currently integrates with EVM blockchains (Ethereum), IPFS, Whisper and Orbit. Swarm is supported for deployment. Embark is a framework that allows you to easily develop and deploy Decentralized Applications (DApps). A Decentralized Application is serverless html5 application that uses one or more decentralized technologies. Embark currently integrates with EVM blockchains (Ethereum), Decentralized Storages (IPFS), and Decentralizaed communication platforms (Whisper and Orbit). Swarm is supported for deployment.
With Embark you can: With Embark you can:
* Automatically deploy contracts and make them available in your JS code. Embark watches for changes, and if you update a contract, Embark will automatically redeploy the contracts (if needed) and the dapp. * Automatically deploy contracts and make them available in your JS code. Embark watches for changes, and if you update a contract, Embark will automatically redeploy the contracts (if needed) and the dapp.