github.com/DojimaNetwork/bulldog@v0.0.3/README.md (about)

     1  ## Bor
     2  
     3  Official Golang implementation of the Dojima Implementation (fork of Go Ethereum - https://github.com/ethereum/go-ethereum)
     4  
     5  ## Building the source
     6  
     7  Building `bulldog` requires both a Go (version 1.13 or later) and a C compiler. You can install
     8  them using your favourite package manager. Once the dependencies are installed, run
     9  
    10  ```shell
    11  make bor
    12  ```
    13  
    14  or, to build the full suite of utilities:
    15  
    16  ```shell
    17  make all
    18  ```
    19  
    20  ## License
    21  
    22  The go-ethereum library (i.e. all code outside of the `cmd` directory) is licensed under the
    23  [GNU Lesser General Public License v3.0](https://www.gnu.org/licenses/lgpl-3.0.en.html),
    24  also included in our repository in the `COPYING.LESSER` file.
    25  
    26  The go-ethereum binaries (i.e. all code inside of the `cmd` directory) is licensed under the
    27  [GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html), also
    28  included in our repository in the `COPYING` file.