Git3 Python client
Project description
GIT 3
The idea behind Git3 is to combine the power of git and blockchain: Storing code in a decentralized manner and receive payments without the need of a third party.
Each repository is represented by a smart contract, which stores all managing information and receives the payments, like tips or bounties for issues.
The content of the repository is stored on IPFS using a data structure, very similar to git's internal objects.
In order to be able to use git3, a git3 client is created, which is similar to git. This makes the switch to git3 easier.
Private key
In order to be able to use the git3 client, a private key for the Matic network is required. There are two possibilities:
- You generate an account in MetaMask and export the private key and create a pem file
- You use openssl in your terminal to generate a key
Private key using openssl
In order to generate a new private key use the following command:
ssh-keygen -t ecdsa -b 256 -m pem
Once you run the command, two files are generated. The file with the .pub
extension contains the public key and the file without an extension the private key.
If you want to export the key and import it in MetaMask, use
openssl ec -outform der -in private_key_file | hd
This command takes the file containing the private key, which is in the PEM format and outputs it in the DER format. Your output should look like this:
00000000 30 77 02 01 01 04 20 XX XX XX XX XX XX XX XX XX |0w.... L.-.8&..P|
00000010 XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX |.ctx.!.l...x5bXY|
00000020 XX XX XX XX XX XX XX a0 0a 06 08 2a 86 48 ce 3d |......(....*.H.=|
...
The 0x20
at position 6 says, that the following data is 32 bytes long and this is our generated private key, here represented as XX. Copy this key into MetaMask and you are good to go :)
Better tooling is still required :)
Import private key from MetaMask
I believe this steps should work.
Git config file
The git3 client needs to know the author's name, email address and where to find the private key. Therefore you can use either the global .gitconfig
file or a config file stored in the repository in the .git
folder ([repositoryName]/.git/config
).
Gitconfig
Here is how the contant of the ~/.gitconfig
file looks like
[user]
email = author email
name = author name
IdentityFile = path to private key in pem format. It has to be the absolute path! No $HOME or similar stuff in it
Web3StorageApiKey = APIKey
Set the values according to your needs.
The Web3StorageApiKey
can be obtained from https://web3.storage/. Just create an account and copy the API key from the settings page.
Repository config
If you want to use a different configuration for each repository, just add a config
file into the .git/
in your repository and add the same entries as in the ~/.gitconfig
file.
Git Commands
Git init
To create a new local repository, you have to call git3 init [name]
You can either provide a name for the repository or just call it without a name. In case you don't provide a name, the repository is initialized in the current directory you are in.
Git get-address
In case you want to know the Ethereum based address derived form yuor private key, use the git3 get-address
command. It will derive the Ethereum address from the IdentityFile specified in the config file and show it to you.
Git add
To add a file to your repository, just use git3 add file_name
Git commit
In order to commit your current repository, just use git3 commit -m "Message you want to add"
Git push
If you want to push your repository, just use git3 push .
In order to be able to push, a smart contract is required. If you haven't registered your repository yet, use git3 create
Git create
In order to have a remote repository, you have to register your repository. Use the git3 create
command. It sends a transaction to the factory contract, which deployes a new smart contract for your repository. Once this is done, you are able to push your repository.
Git clone
git3 clone 0xE838bC8b2D069CE43894143836fA974643646291/newTestRepo
Git fetch
In order to download the remote state, use git3 fetch
.
Git merge
If you want to merge the state after doing a fetch, just use git3 merge
. It will take the reference from the fetch.
The very first mainnet repo
User address: 0x0539E6a1093a359C5720d053DB5e3D277F1762B6
Repository name: firstMainNetRepo
Local development
Create local environment
Ubuntu
I used virtualenv
to create a virtual environment: virtualenv --python path/to/python/3.8 [name]
Activate the virtual environment: source [name]/bin/activate
Install requirements: pip install -r requirements.txt
Install the git3 client in the virtual environment: python setup.py install
or pip install .
To deactivate the virtual environment, just type deactivate
MacOS Monterey V12.2
Here an alternative, which worked for me:
I used virtualenv
to create a virtual environment: python3 -m virtualenv --python path/to/python/3.8 [name]
Activate the virtual environment: source [name]/bin/activate
Install requirements: arch -x86_64 pip install -r requirements.txt
Install the git3 client in the virtual environment: pip install .
To deactivate the virtual environment, just type deactivate
Coverage: coverage run -m pytest
Read coverage report: coverage report -m
Test: python -m pytest -s
How to push to PyPi
In the active virtual env, execute the following: python setup.py sdist bdist_wheel
This will create a dist folder. Once done, you can publish to Pypi using twine (pip3 install twine)
twine upload dist/*
- enter credentials and that's it. After that you should be able to install your package
using pip3 install [name]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file git3Client-0.2.6.tar.gz
.
File metadata
- Download URL: git3Client-0.2.6.tar.gz
- Upload date:
- Size: 45.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 317c69c03822135658673a717aed97e27ca524a20f46d450003dbcc8c9cb6bb4 |
|
MD5 | 10f33f27d28eb7841225e07400cf5204 |
|
BLAKE2b-256 | 748df9c0513878e9a14c4ebbb3cd91e554b26ab3fb746e0044749f3a1fe9837a |
File details
Details for the file git3Client-0.2.6-py3-none-any.whl
.
File metadata
- Download URL: git3Client-0.2.6-py3-none-any.whl
- Upload date:
- Size: 85.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7bc38e25fae7f747318eabba495a377fa2038c2ed18b9cc0d75d89ec15f7cc82 |
|
MD5 | 5061308544fa03294f63de141325af06 |
|
BLAKE2b-256 | bc90a6c1b211c32eb9a0569134058b92d4a25070ea0cd810dd988ddf3c8ef4b2 |