Skip to content
Mehdi Bounya edited this page Aug 20, 2018 · 3 revisions

Contents

Getting started

To use the Codeigniter-blockchain library you have to Install the Blockchain Wallet Service and run it.

Installation

Composer

If you have composer installed you can run

composer require mehdibo/codeigniter-blockchain

First time using composer

Open a terminal (commands in windows), the commands here are for Linux but you can find the equivalent in windows.

  1. First thing you should do is install composer

  2. Go to your application folder: cd application

  3. Install the library: composer require mehdibo/codeigniter-blockchain

  4. Copy the content of config/blockchain.php to your application/config/blockchain.php

  5. Go to application/config/config.php and set composer_autoload to TRUE

Manually

  1. Download the latest release.

  2. Copy libraries/Blockchain.php to application/libraries and config/blockchain.php to application/config.

Clone this wiki locally