interledger-deprecated / tutorials

Interledger tutorials
17 stars 9 forks source link

Multi-Transfer Payments Tutorial #4

Closed michielbdejong closed 6 years ago

michielbdejong commented 6 years ago

I'm thinking now I should merge these into one Multi-Transfer Payments tutorial that uses fund.js and interfaucet (also discussing the code from https://github.com/interledgerjs/interfaucet/blob/ab79e61bbb1899ab04ad87f17d42c18a56e3f76d/index.js), teaching:

This will be between Interfaucet BTP via Amundsen to XRP, and not touch ETH.

It will fit in the series as drafted in https://github.com/interledger/tutorials/pull/5#issuecomment-341437691

michielbdejong commented 6 years ago

In order to use a shop on XRP ledger but a client on hosted ledger, I changed the way the Hosted Ledgers tutorials deals with plugins.js (it now just includes the plugin config in the script, and then that script is copied into the multi-transfer payments folder.

michielbdejong commented 6 years ago

Deprecated