Used as support for a video.
- nodeJS 10+
accounts.json
: funded test accounts as shown inaccounts.sample.json
Use the stellar laboratory to create and fund the accounts.
- Set Alice account to a multisig account:
$ node multisig.js
- Attempt a payment from Alice to Bob:
$ node payment.js
- Uncomment Bob's signature in
payment.js
and try again