Skip to content
This repository was archived by the owner on Jul 15, 2022. It is now read-only.

asqisys/newrl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

378 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

newrl

Newrl blockchain's python client

Prerequisites

  1. A computer accessible outside with port open for incoming.
    1. To start a node on AWS, launch an EC2 instance from instructions here. Make sure to make port 8090 open to public when configuring the security group.
    2. To start a node on Digital ocean droplet, instructions here
  2. Git installed. Steps here
  3. Python3.7+ installed. This is preinstalled on most common linux distributions.
  4. Pip and python3 venv installed. Installation steps available here

Installation

git clone https://github.com/asqisys/newrl.git
scripts/install.sh

Start the node

scripts/start.sh

Contributors

Languages