Skip to content

Instantly share code, notes, and snippets.

@leongaban
Last active March 5, 2018 23:18
Show Gist options
  • Save leongaban/6aa9779194f87445eff1f62e4cec6342 to your computer and use it in GitHub Desktop.
Save leongaban/6aa9779194f87445eff1f62e4cec6342 to your computer and use it in GitHub Desktop.
Guide to setup Decred edge-currency-plugin

Plugin Forked from Airbitz https://github.com/leongaban/edge-currency-decred

EdgeDecred

Challenges / Sprint items

  • Setup and run a Decred full node locally

  • Setup and run ElectrumX server (requires leveldb)

  • ISSUE: Can't run ElectrumX locally

  • Connect ElectrumX to the Decred full node

  • Obtain electrumServers for Decred to be used in edge-currency plugin

  • Update the JavaScript plugin to use the ElectrumX Decred servers

  • Build ReactNative app to test

  • Move from local to hosted dev test

  • Deploy servers to production, submit plugin PR 🚀

stakey

Running the ElectrumX Docker image:

docker run \
  -v /Users/leongaban/electrumx_docker:/data \
  -e DAEMON_URL=http://USER:PASSWORD@127.0.0.1:19119 \
  -e RPC_HOST=127.0.0.1 \
  -e COIN=Decred \
  -p 19119:19119 \
  cipherz/docker-electrumx
@leongaban
Copy link
Author

Steps to install and setup edge-react-gui && use the edge-cryptocurrency-bitcoin plugin:
https://gist.github.com/cipherzzz/65a46f3b1fd6194ef6a20c35de2986a8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment