github.com/arieschain/arieschain@v0.0.0-20191023063405-37c074544356/README.md (about)

     1  ## AriesChain
     2  
     3  ## Clone the source
     4      mkdir -p $GOPATH/src/github.com/AriesChain/
     5      cd $GOPATH/src/github.com/AriesChain/
     6      git clone https://github.com/AriesChainproject/AriesChain
     7  
     8  ## Building the source
     9  
    10      make AriesChain
    11  
    12  or, to build the full suite of utilities:
    13  
    14      make all
    15  
    16  
    17  
    18  ## Running AriesChain
    19  
    20  
    21  ```
    22  $ AriesChain
    23  ```
    24  AriesChain will connect to the main net, or use 
    25  
    26  ```
    27  $ AriesChain console
    28  ```
    29  AriesChain will connect to the main net and open an interactive console, we can use it to test AriesChain function.