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.
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 we recommend you read about the basic building blocks that assemble this sample application:
- Node.js - Start by going through Node.js Official Website and this StackOverflow Thread, which should get you going with the Node.js platform in no time.
Make sure you have installed all of the following prerequisites on your development machine:
- Git - Download & Install Git. OSX and Linux machines typically have this already installed.
- Node.js - Download & Install Node.js and the npm package manager. If you encounter any problems, you can also use this GitHub Gist to install Node.js.
To install this project is very simple. Just clone the project, download your libraries and run.
git clone https://github.com/2ledger/samples-client-management.git
npm install
npm start
This project is licensed under the MIT License.