Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 758 Bytes

TUTORIAL.md

File metadata and controls

51 lines (37 loc) · 758 Bytes

Tutorial

Install

Clone source code

git clone https://github.com/trinity-project/trinity.git
cd trinity

Using python 3.6+

// find path for python 3.6+ path
which python3

// using python for the virtual environment
virtualenv -p /Library/Frameworks/Python.framework/Versions/3.6/bin/python3 venv

Install dependency

pip install -r requirements

install

Setting config

vi gateway/config.py

config

Start Trinity gateway

gateway

Create wallet

python3 prompt.py

wallet

Trinity commands

channel show uri
channel depoist_limit

commands