sphinx-relay/testing
2021-07-21 10:12:22 -07:00
..
cluster sign and verify 2021-07-08 18:22:12 -07:00
configs more connect UI 2021-03-22 15:47:19 -07:00
console console build 2021-05-05 11:16:00 -05:00
greenlight opt dep, fix lihsmd embed 2021-07-21 10:12:22 -07:00
scripts channel ids, streamHsmRequests 2021-07-19 13:28:55 -07:00
.gitignore queryRoutes shim, bolt11->payment_request in subscribe 2021-07-15 14:36:18 -07:00
cluster-srv.js refacotr test to esm 2021-05-24 11:14:20 -07:00
cluster-test.js add virtual esp to test cluster 2021-06-04 13:42:52 -07:00
cluster.sql libhsmd, greenlight signMessage, testing 2021-07-07 17:42:47 -07:00
package.json channel ids, streamHsmRequests 2021-07-19 13:28:55 -07:00
README.md sign and verify 2021-07-08 18:22:12 -07:00
Sphinx-Test-2.polar.zip polar testing setup and config 2021-05-04 12:50:29 -05:00
test.md route hints for query routes 2021-02-26 16:25:34 -08:00

testing

how to spin up a local sphinx simnet stack

  • sphinx-tribes (local auth plugin setup)
  • sphinx-auth
  • sphinx-meme (host=localhost:5000)
  • btcd
  • 4x simnet LND (alice, bob, casey, proxy)
  • sphinx-proxy (bitcoin.simnet)
  • 4x relay (alice, bob, casey, proxy)

alice node ./dist/app.js --config="/Users/evanfeenstra/code/sphinx-relay/testing/configs/alice.json" --db="/Users/evanfeenstra/code/sphinx-relay/testing/configs/alice-db.json"

bob node ./dist/app.js --config="/Users/evanfeenstra/code/sphinx-relay/testing/configs/bob.json" --db="/Users/evanfeenstra/code/sphinx-relay/testing/configs/bob-db.json"

casey node ./dist/app.js --config="/Users/evanfeenstra/code/sphinx-relay/testing/configs/casey.json" --db="/Users/evanfeenstra/code/sphinx-relay/testing/configs/casey-db.json"

proxy node ./dist/app.js --config="/Users/evanfeenstra/code/sphinx-relay/testing/configs/proxy.json" --db="/Users/evanfeenstra/code/sphinx-relay/testing/configs/proxy-db.json"

alice cluster node ./dist/app.js --config="/Users/evanfeenstra/code/sphinx-relay/testing/cluster/alice.json" --db="/Users/evanfeenstra/code/sphinx-relay/testing/cluster/alice-db.json"