mirror of https://github.com/embarklabs/embark.git
add links to solidity/serpent/web3/embarkjs documentation to readme
This commit is contained in:
parent
909164adea
commit
475dfd7d3f
|
@ -136,6 +136,10 @@ Solidity/Serpent files in the contracts directory will automatically be deployed
|
||||||
Libraries and languages available
|
Libraries and languages available
|
||||||
======
|
======
|
||||||
|
|
||||||
|
Embark can build and deploy contracts coded in Solidity or Serpent. It will make them available on the client side using EmbarkJS and Web3.js.
|
||||||
|
|
||||||
|
Further documentation for these can be found below:
|
||||||
|
|
||||||
* Smart Contracts: [Solidity](https://solidity.readthedocs.io/en/develop/) and [Serpent](https://github.com/ethereum/wiki/wiki/Serpent)
|
* 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)
|
* Client Side: [Web3.js](https://github.com/ethereum/wiki/wiki/JavaScript-API) and [EmbarkJS](#embarkjs)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue