├── .gitignore ├── LICENSE ├── README.md ├── dexter.py └── requirements.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hammertoe/dexter/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hammertoe/dexter/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hammertoe/dexter/HEAD/README.md -------------------------------------------------------------------------------- /dexter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hammertoe/dexter/HEAD/dexter.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | xrpl-py==1.1.0 2 | --------------------------------------------------------------------------------