Skip to content

bttcprotocol/bttc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d7cf007 · Apr 19, 2024
Nov 14, 2020
Mar 6, 2024
Aug 28, 2021
Aug 25, 2021
Mar 7, 2024
Aug 25, 2021
Mar 6, 2024
Feb 5, 2021
Jun 15, 2021
Mar 6, 2024
Aug 25, 2021
Jul 24, 2020
Mar 6, 2024
Aug 24, 2023
Aug 28, 2021
Jul 5, 2021
Jan 21, 2021
Jun 22, 2021
Apr 2, 2024
Aug 28, 2021
Aug 28, 2021
Aug 25, 2021
Aug 25, 2021
Apr 19, 2023
Aug 25, 2021
Jan 12, 2024
Aug 25, 2021
Apr 19, 2024
Aug 25, 2021
Jan 12, 2024
Aug 24, 2021
Jun 4, 2019
Jan 16, 2023
Aug 24, 2021
May 8, 2019
Apr 3, 2018
Jul 24, 2020
Aug 24, 2021
Jan 17, 2023
Feb 14, 2018
Aug 28, 2021
Jul 24, 2020
Nov 13, 2020
Jul 7, 2015
Nov 3, 2021
Aug 28, 2021
Oct 16, 2023
Aug 23, 2022
Jan 4, 2021
May 4, 2021
Nov 13, 2020
Jul 24, 2020
Dec 5, 2023
Dec 5, 2023
Aug 19, 2021
Jul 6, 2021

Bttc

Official Golang implementation of the BTTC protocol. It is a fork of Go Ethereum - https://github.com/ethereum/go-ethereum and EVM compatible.

Building the source

Building bttc requires both a Go (version 1.14 or later) and a C compiler. You can install them using your favourite package manager. Once the dependencies are installed, run

make bttc

or, to build the full suite of utilities:

make bttc-all

License

The go-ethereum library (i.e. all code outside of the cmd directory) is licensed under the GNU Lesser General Public License v3.0, also included in our repository in the COPYING.LESSER file.

The go-ethereum binaries (i.e. all code inside of the cmd directory) is licensed under the GNU General Public License v3.0, also included in our repository in the COPYING file.