Status: super rough, APIs are subject to change
A Python library for development of applications that are using NEAR platform.
sudo apt-get install python3-setuptools
sudo apt-get install python3-dev
First, install the package in development mode:
python3 setup.py develop
modify line 10 in warchest.service
with the actual absolute path to warchest.py
Modify the initial lines of warchest.py
with your contract and account information.
Prefix commands with sudo
if necessary
cp warchest.service /etc/systemd/system/warchest.service
systemctl start warchest.service
systemctl status warchest.service
systemctl status warchest.service
journalctl -u warchest.service --since today
This repository is distributed under the terms of both the MIT license and the Apache License (Version 2.0). See LICENSE and LICENSE-APACHE for details.