To get started you can find an introduction to the language in the Solidity documentation. In the documentation, you can find code examples as well as a reference of the syntax and details on how to write smart contracts.
You can start using Solidity in your browser with no need to download or compile anything.
The changelog for this project can be found here.
Solidity is still under development. So please do not hesitate and open an issue in GitHub if you encounter anything strange.
See the Solidity documentation for build instructions.
Build for javascript
cd solidity
docker run -it -v $(pwd):/root/project -w /root/project trzeci/emscripten:sdk-tag-1.35.4-64bit
apt-get update
apt-get install wget gcc boost
apt-get install -y build-essential
./scripts/travis-emscripten/install_deps.sh
./scripts/travis-emscripten/build_emscripten.sh
bash tran.sh
https://solidity.readthedocs.io/en/latest/installing-solidity.html#building-from-source 安装vs2017 安装cmake scripts\install_deps.bat 部分文件在中文windows下警告被看作错误,改一下文件编码,删除不用的测试就行了 mkdir build cd build cmake -G "Visual Studio 15 2017 Win64" .. cmake --build . --config RelWithDebInfo