Installing and setting up Loom on OSX

Download loom

The following script automatically downloads the latest stable version of loom to the current directory:

curl https://raw.githubusercontent.com/loomnetwork/loom-sdk-documentation/master/scripts/get_loom.sh | bash

Initialize

To initialize loom, type:

./loom init

Run Blockchain

Run the following command from within the directory created in the installation step:

./loom run

Get started with Solidity + Truffle

See our tutorial on Truffle and Solidity

To get started on Golang Contracts

See our Golang Contracts