Skip to content

themartiancompany/evm-git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ethereum Virtual Machine Git

The Ethereum Virtual Machine (EVM) Git is enables publishing and retrieving git repositories onto Ethereum Virtual Machine compatible blockchains. It uses the Ethereum Virtual Machine File System for storage.

Data is compressed and signed against deployers or users' EVM GNU Privacy Guard keys published on the EVM OpenPGP Key Server, so to avoid users from potentially malevolent RPC endpoints and man-in-the-middle attacks.

It depends on the EVM Contracts Tools to interact with EVM networks and it is written using the LibEVM and the Crash Bash libraries.

Installation

The program can be installed with a simple

make
make \
  install

Being the program written using the EVM Toolchain, the build procedure requires EVM Make and Solidity Compiler to be installed and available on the system.

The program has been officially published on the the uncensorable Ur user repository and application store as evm-git. The source code is published on the Ethereum Virtual Machine File System so it can't possibly be taken down.

To install it from there just type

ur \
  evm-git

A censorable HTTP Github mirror of the recipe published there, containing a full list of the software dependencies needed to run the tools is hosted on evm-git-ur.

Be aware the mirror could go offline any time as Github and more in general all HTTP resources are inherently unstable and censorable.

Usage

To upload the source code for a contract one can type

evm-git \
  -v \
  publish \
    <commit_hash>

while to retrieve the source code one can type

evm-git \
  -v \
  retrieve \
    <commit_hash>

For further information and options consult the manuals

man \
  evm-git
man \
  evm-git

or run the commands with the -h help option.

License

This program is released under the terms of the GNU Affero General Public License version 3.0.