Skip to content

EdgarLQS/ATLab-ATLChain

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ATLChain

This is an experimental system for "BLOCKCHAIN + GIS"

0. Project struct

.
├── ATLChain_CC         # ChainCode for ATLChain
├── ATLChain_DEMO       # ATLChain DEMO system
│   ├── server          # ATLChain server made by Fabric NodeJK SDK
│   ├── reg             # Registration department web site
│   ├── tax             # Tax department web site
│   └── tx              # Trading department web site
│   
├── ATLChain_NETWORK    # ATLChain Fabric network configuration files and docker-compose configuration files
├── docs                # ATLChain documents
└── atlchain.sh         # ATLChain depoly script. Before deploy the network, you must edit the network configuration files

1. Prerequisites

Ubuntu >= 18.04
Docker >= 18.x
Docker-compose >= 1.17.x

NOTE:
memory >= 8GB

2. Getting Started

3. TroubleShooting

TODO: We will do it better.

About

ATLChain

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 84.5%
  • HTML 7.9%
  • Shell 3.1%
  • Go 2.0%
  • Java 1.7%
  • CSS 0.8%