Skip to content

Setting up local Ethereum blockchain

Roman Milishchuk edited this page Dec 20, 2019 · 1 revision

For setting up local blockchain can be Aleth.

Build

git clone https://github.com/ethereum/aleth
mkdir aleth/build; cd buld  # Create a build directory.
cmake ..               # Configure the project.
cmake --build .        # Build all default targets.

Setting up

Here you can find a guide, how to set up blockchain and deploy the contract. All the communication with the # filesystem is accomplished with smart-contract MemoryManager.

Clone this wiki locally