Vehicle rental
- Cài đặt NVM
- Cài đặt và chạy Docker service
- Dùng NVM để cài đặt và kích hoạt Node.js 8.x.x
- Để cài đặt CLI tools và Hyperledger Fabric, làm theo hướng dẫn tại đây. Lưu ý không sử dụng
sudo
, như trong hướng dẫn. - Deploying the business network:
vehicle-rental$ composer network install -c PeerAdmin@hlfv1 -a vehicle-rental.bna
vehicle-rental$ composer network start -n vehicle-rental -V 0.0.11 -A admin -S adminpw -c PeerAdmin@hlfv1 -f networkadmin.card
vehicle-rental$ composer card import -f networkadmin.card
vehicle-rental$ composer network ping -c admin@vehicle-rental # kiểm tra business network đã được deploy thành công hay chưa
- Chạy REST server:
vehicle-rental$ npm start
- Chạy Vue app:
vehicle-rental/frontend$ npm run serve