T4L3NT Rewards distributor
Intructions for setting up and using the t4l3nt rewards distributor
Dependencies
Install Python3
Start a bash session inside the container
docker exec -it <container-ID> bashsudo apt-get updatesudo apt-get install python3-pipClone repo and Install rewards distributor dependencies
sudo apt-get install git nano
git clone https://github.com/Decentralized-Pictures/t4l3nt-reward-distributor.git
cd t4l3nt-reward-distributor
pip3 install -r requirements.txt
tlnt-signer import secret key <key_name> <uri>Last updated