Source code of Dimension development
Welcome to the Dimension source code repository! This software enables businesses to rapidly build and deploy high-performance and high-security blockchain-based applications.
Some of the groundbreaking features of dimension include:
Dimension is released under the open source MIT license and is offered “AS IS” without warranty of any kind, express or implied. Any security provided by the Dimension software depends in part on how it is used, configured, and deployed. Dimension is built upon many third-party libraries such as WABT (Apache License) and WAVM (BSD 3-clause) which are also provided “AS IS” without warranty of any kind. Without limiting the generality of the foregoing, Block.one makes no representation or guarantee that Dimension or any third-party libraries will perform as intended or will be free of errors, bugs or faulty code. Both may fail in large or small ways that could completely or partially limit functionality or compromise computer systems. If you use or implement Dimension, you do so at your own risk. In no event will Block.one be liable to any party for any damages whatsoever, even if it had been advised of the possibility of damage.
Block.one is neither launching nor operating any initial public blockchains based upon the Dimension software. This release refers only to version 1.0 of our open source software. We caution those who wish to use blockchains built on Dimension to carefully vet the companies and organizations launching blockchains based on Dimension before disclosing any private keys to their derivative software.
There is no public testnet running currently.
**If you have previously installed Dimension, please run the `
io_uninstall` script (it is in the directory where you cloned Dimension) before downloading and using the binary releases.**
$ wget https://github.com/dimensionofficial/dimension/releases/download/v1.7.0/dimension_1.7.0-1-ubuntu-18.04_amd64.deb
$ sudo apt install ./dimension_1.7.0-1-ubuntu-18.04_amd64.deb
$ wget https://github.com/dimensionofficial/dimension/releases/download/v1.7.0/dimension_1.7.0-1-ubuntu-16.04_amd64.deb
$ sudo apt install ./dimension_1.7.0-1-ubuntu-16.04_amd64.deb
$ sudo apt remove dimension
$ wget https://github.com/dimensionofficial/dimension/releases/download/v1.7.0/dimension-1.7.0-1.el7.x86_64.rpm
$ sudo yum install ./dimension-1.7.0-1.el7.x86_64.rpm
$ sudo yum remove dimension.cdt
$ sudo yum remove dimension.cdt
Dimension currently supports the following operating systems:
Instructions detailing the process of getting the software, building it, running a simple test network that produces blocks, account creation and uploading a sample contract to the blockchain can be found in Getting Started on the Dimension Developer Portal.