You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ Table of Contents
24
24
*[Usage Demo](#usage---demo)
25
25
*[Dashboard](#dashboard)
26
26
*[Creating a new DApp](#creating-a-new-dapp)
27
+
*[Libraries and APIs available](#libraries-and-languages-available)
27
28
*[Using and Configuring Contracts](#dapp-structure)
28
29
*[EmbarkJS](#embarkjs)
29
30
*[EmbarkJS - Storage (IPFS)](#embarkjs---storage)
@@ -132,6 +133,12 @@ DApp Structure
132
133
133
134
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
134
135
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
+
135
142
Using Contracts
136
143
======
137
144
Embark will automatically take care of deployment for you and set all needed JS bindings. For example, the contract below:
0 commit comments