blob: e0de51e3670b59883e1515024149114238d5d897 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# dsolidity
Solidity compiler written in C++, supporting additional DEXON-specific opcodes like on-chain random oracle.
## Usage
Instructions about how to build and install the Solidity compiler can be found in the [Solidity documentation](https://solidity.readthedocs.io/en/latest/installing-solidity.html#building-from-source)
## Github
[https://github.com/dexon-foundation/dsolidity](https://github.com/dexon-foundation/dsolidity)
|