Dharitri Smart Contracts Tools
Project description
Description
Documentation
CLI
Distribution
Development setup
Clone this repository and cd into it:
git clone https://github.com/DharitriOne/drt-sdk-py-cli.git
cd drt-sdk-py-cli
Virtual environment
Create a virtual environment and install the dependencies:
python3 -m venv ./venv
source ./venv/bin/activate
pip install -r ./requirements.txt --upgrade
Install development dependencies, as well:
pip install -r ./requirements-dev.txt --upgrade
Above, requirements.txt
should mirror the dependencies section of setup.py
.
If using VSCode, restart it or follow these steps:
Ctrl + Shift + P
- Select Interpreter
- Choose
./venv/bin/python
.
Using your local drtpy
If you want to test the modifications you locally made to drtpy
, set PYTHONPATH
with the path to your local repository path.
For example, if you cloned the repository at ~/drt-sdk-py-cli
, run:
export PYTHONPATH="~/drt-sdk-py-cli"
Then drtpy
will use the code in your local repository.
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
drt_sdk_cli-0.0.1.tar.gz
(69.7 kB
view hashes)
Built Distribution
drt_sdk_cli-0.0.1-py3-none-any.whl
(107.1 kB
view hashes)
Close
Hashes for drt_sdk_cli-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 834f19011db372f7c52959a847aa5a4d163e9e3b705b3e15a4a9e8db9903b8e1 |
|
MD5 | 050eb088236a24dd8ab4cce74026bb27 |
|
BLAKE2b-256 | 825bbed6332a5384c59b4677511fbcf43517e636d7533d87428c0e9a68ce2ad1 |