diff --git a/README.md b/README.md index f7024be67..d485a06d0 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ Table of Contents * [Usage Demo](#usage---demo) * [Dashboard](#dashboard) * [Creating a new DApp](#creating-a-new-dapp) +* [Libraries and APIs available](#libraries-and-languages-available) * [Using and Configuring Contracts](#dapp-structure) * [EmbarkJS](#embarkjs) * [EmbarkJS - Storage (IPFS)](#embarkjs---storage) @@ -132,6 +133,12 @@ DApp Structure Solidity/Serpent files in the contracts directory will automatically be deployed with embark run. Changes in any files will automatically be reflected in app, changes to contracts will result in a redeployment and update of their JS Bindings +Libraries and languages available +====== + +* Smart Contracts: [Solidity](https://solidity.readthedocs.io/en/develop/) and [Serpent](https://github.com/ethereum/wiki/wiki/Serpent) +* Client Side: [Web3.js](https://github.com/ethereum/wiki/wiki/JavaScript-API) and [EmbarkJS](#embarkjs) + Using Contracts ====== Embark will automatically take care of deployment for you and set all needed JS bindings. For example, the contract below: