github.com/metacurrency/holochain@v0.1.0-alpha-26.0.20200915073418-5c83169c9b5b/doc.go (about)

     1  // Copyright (C) 2013-2018, The MetaCurrency Project (Eric Harris-Braun, Arthur Brock, et. al.)
     2  // Use of this source code is governed by GPLv3 found in the LICENSE file
     3  
     4  /*
     5  package holochain should be imported by go packages intending to create a UI for this holochain implementation.
     6  
     7  An example of a package which imports holochain is https://github.com/holochain/holochain-proto/tree/master/cmd/hc
     8  
     9  For information not found here see the wiki:
    10  
    11  https://github.com/holochain/holochain-proto/wiki
    12  
    13  or the repo:
    14  
    15  https://github.com/holochain/holochain-proto
    16  
    17  If you are here because you intend to develop an application built on holochain take a look at the App Developer sections of the wiki.
    18  
    19  If you would like a description of the architecture/technical aspects of holochain look at those sections of the wiki.
    20  */
    21  package holochain