Skip to content

whitefen/walle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

walle

Modify rpc password in 'conf/coperctl.conf'.

quick start

Install dependencies

you should install python3 first

On MacOS

brew install python3

We use pipenv to manage source code and environment

pip3 install pipenv

Download code and create virtual environment

$ git clone [email protected]:copernet/walle.git
$ cd walle
$ mkdir .venv
$ pipenv --python 3.7
# pipenv install 

Run test case

pipenv run python abc-rpc.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.9%
  • C++ 1.1%