The IOTA Full Node Provider fetch full-nodes from IOTA nodes and the customize list, and user can fetch a sorted node list from the REST API.
-
Add your custom IOTA Full-node in
input/input.txt
format:
http://node1:14265 http://node2:14265
-
python3 server.py
-
Get sorted list
shell $curl <SERVER URL>/top_apis?api=<0:MilestoneStartIndex, 1:send_transfer duration>&counts=<response number>
- Refer
example/request_nodes_by_milestoneindex.py
for detail.
-
Send Transfer
- Refer
example/send_transfer.py
for detail.
- Refer