staking-deposit-grpc is a GRPC wrapper for staking-desposit-cli
Disclaimer: staking-deposit-grpc is still in beta. Use it at your own risk
# clone the repository from Github
git clone git@github.com:neukind/staking-deposit-grpc.git
# create a Python virtual environment (venv)
python3 -m venv staking-deposit-grpc
cd staking-deposit-grpc
# activate the venv and install necessary Python dependencies
source bin/activate
pip install -r requirements.txt
# generate the Python libraries from protobuf definitions
./build_proto_libs.sh
# run the wallet service
./staking_deposit_service.py
See service.proto
- ✅ Implement
new-mnemonic
- ⬜ Implement
existing-mnemonic
- ⬜ Increase test coverage
- ⬜ CI
Contributions are always welcome in the form of pull requests. All contributions must follow the community code of conduct.
To run the unit-test suite against your local Python installation, invoke python -m unittest
.
staking-deposit-grpc is brought to you by Neukind. Discussion is welcome on our Discord server.