-
Notifications
You must be signed in to change notification settings - Fork 24
Getting started
Mehdi Bounya edited this page Aug 20, 2018
·
3 revisions
To use the Codeigniter-blockchain library you have to Install the Blockchain Wallet Service and run it.
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.
-
First thing you should do is install composer
-
Go to your application folder:
cd application
-
Install the library:
composer require mehdibo/codeigniter-blockchain
-
Copy the content of
config/blockchain.php
to yourapplication/config/blockchain.php
-
Go to
application/config/config.php
and setcomposer_autoload
toTRUE
-
Download the latest release.
-
Copy
libraries/Blockchain.php
toapplication/libraries
andconfig/blockchain.php
toapplication/config
.