Skip to content

pdinkins/cloud-chain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

Table of Contents

Install

Package Manager

  • Mac OSX users need to install Homebrew. Run the following command with admin priveleges.
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  • Windows users need to install Chocolatey. Run the following command with admin priveleges.
@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"

Linux package manager options

Git

  • Git can be installed with both of the package managers previously installed above.
$ choco install git
or
$ brew install git

Python

  • Python Run the commands as admin.
$ choco install python
or
$ brew install python

Go lang

  • golang/go Go can be installed the same way. Run the commands as admin.
$ choco install golang
or 
$ brew install golang

IPFS

  • go-ipfs IPFS can be installed the same way. Run as admin.
$ choco install ipfs
or
$ brew install ipfs

Usage

$ cd cloud-chain
$ python3 test.py
$ python3 cloudchain-core.py

Documentation

Featured Projects

Contribute

License