From 909164adea6a0a02b6cd20499c8a95e471b4dab2 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Sun, 23 Oct 2016 17:16:22 -0400 Subject: [PATCH] add links to solidity/serpent/web3/embarkjs documentation to readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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: