Skip to content

Latest commit

 

History

History
57 lines (32 loc) · 2.43 KB

README.md

File metadata and controls

57 lines (32 loc) · 2.43 KB

2Ledger Logo

Sample Client Management Project

This project aims to demonstrate the operation of a simple customer registry using the 2Ledger blockchain platform API. It's available on http://demo.2ledger.com/client-management.

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Disclaimer

These sources are for purely educational purposes. It is not recommended to use the API directly through your system page or storage of unencrypted passwords in the distributed ledger.

The 2Ledger platform is the simplest and cheapest way to bring security and confidence to your business. Through its RESTful API, its users can immediately benefit from the advantages of blockchain technology without having to know the technology.

Creating a free user in moments you can create your assets and immutable entities. In minutes you can integrate your system with the 2Ledger blockchain network. Learn more at 2Ledger Platform.

Before You Begin

Before you begin we recommend you read about the basic building blocks that assemble this sample application:

Prerequisites

Make sure you have installed all of the following prerequisites on your development machine:

Installing

To install this project is very simple. Just clone the project, download your libraries and run.

Cloning the project

git clone https://github.com/2ledger/samples-client-management.git

Downloading the libraries

npm install

Run the project

npm start

License

This project is licensed under the MIT License.