Skip to content

Instantly share code, notes, and snippets.

@akhavr
akhavr / gist:e3c02431226c93afe6066dd671755bfb
Created October 6, 2017 08:54
MetaMask ETH address for Rinkeby faucet
0x95AD24cBA549D1eEC32E8F9d3086d48917a9971E

Keybase proof

I hereby claim:

  • I am akhavr on github.
  • I am akhavr (https://keybase.io/akhavr) on keybase.
  • I have a public key ASB4z0vpxrPzWVYdw3Ja3_XzKMvRVJSy-tbMBSvoyu3fCgo

To claim this, I am signing this object:

@akhavr
akhavr / Doing ripple transactions via ripple_api.py
Last active August 29, 2015 14:05
Doing ripple transactions via ripple_api.py
"""
This is short instruction how to start doing ripple transactions with python.
I'm using https://github.com/42cc/ripple_api/ , developed by 42 Coffee Cups, my company.
1. Install the package into your virtual environment
(.env) $ pip install -e git://github.com/42cc/ripple_api.git#egg=django-ripple_api
Obtaining django-ripple-api from git+git://github.com/42cc/ripple_api.git#egg=django-ripple_api
Cloning git://github.com/42cc/ripple_api.git to ./.env/src/django-ripple-api