Skip to content

Commit 909164a

Browse files
committed
add links to solidity/serpent/web3/embarkjs documentation to readme
1 parent fd984b0 commit 909164a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Table of Contents
2424
* [Usage Demo](#usage---demo)
2525
* [Dashboard](#dashboard)
2626
* [Creating a new DApp](#creating-a-new-dapp)
27+
* [Libraries and APIs available](#libraries-and-languages-available)
2728
* [Using and Configuring Contracts](#dapp-structure)
2829
* [EmbarkJS](#embarkjs)
2930
* [EmbarkJS - Storage (IPFS)](#embarkjs---storage)
@@ -132,6 +133,12 @@ DApp Structure
132133

133134
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
134135

136+
Libraries and languages available
137+
======
138+
139+
* Smart Contracts: [Solidity](https://solidity.readthedocs.io/en/develop/) and [Serpent](https://github.com/ethereum/wiki/wiki/Serpent)
140+
* Client Side: [Web3.js](https://github.com/ethereum/wiki/wiki/JavaScript-API) and [EmbarkJS](#embarkjs)
141+
135142
Using Contracts
136143
======
137144
Embark will automatically take care of deployment for you and set all needed JS bindings. For example, the contract below:

0 commit comments

Comments
 (0)