Skip to content
/ gosh Public
forked from gosh-sh/gosh

GOSH stands for Git Open Source Hodler. It is a decentralized community Git blockchain, purpose-built for securing the software supply chain, and allowing developers to build consensus around their code. GOSH is the first and only formally verified Git implementation. Built as an advanced scalable multithreaded and multi-sharded blockchain, it allo

License

Notifications You must be signed in to change notification settings

awnion/gosh

 
 

Repository files navigation

GOSH

GOSH Documentation

Smart-contracts deployment instructions - contracts/README.md

Installation

wget -O - https://raw.githubusercontent.com/gosh-sh/gosh/dev/install.sh | bash -s
export PATH=$PATH:$HOME/.gosh

By default, script installs latest release to the default path $HOME/.gosh/, but you can customize it with env variables:

TAG=3.0.18 BINARY_PATH=/usr/local/bin ./install.sh

About

GOSH stands for Git Open Source Hodler. It is a decentralized community Git blockchain, purpose-built for securing the software supply chain, and allowing developers to build consensus around their code. GOSH is the first and only formally verified Git implementation. Built as an advanced scalable multithreaded and multi-sharded blockchain, it allo

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 69.1%
  • TypeScript 14.4%
  • Rust 8.1%
  • Solidity 7.6%
  • JavaScript 0.6%
  • Makefile 0.1%
  • Other 0.1%