Skip to content
This repository has been archived by the owner on Apr 9, 2022. It is now read-only.

Enables a Forest of MobileCoin enabled SignalBots. Beta software, APIs may change!

License

Notifications You must be signed in to change notification settings

transfaeries/forest-restructure

 
 

Repository files navigation

general README for bots.

#run these commands to get set up with the enviroment

sudo apt-get install python3.9
# if you're on hirsuite, you might have python3-pip --> python3.9 pip and don't need this
#curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
#python3.9 get-pip.py
pip install pipenv
pipenv install
pipenv shell
# copy over your dev_secrets
cd ..
git clone https://github.com/forestcontact/signal-cli
sudo apt-get install default-jre
cd signal-cli 
./gradlew installDist
ln -s ~/signal-cli/build/install/signal-cli/bin/signal-cli  ../forest-draft/
cd ../forest-draft
python3.9 main.py

About

Enables a Forest of MobileCoin enabled SignalBots. Beta software, APIs may change!

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.5%
  • Dockerfile 2.4%
  • Shell 0.1%