Skip to content

slyg/stellar-multisig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Sample stellar multisig account

Used as support for a video.

Prerequisites

  • nodeJS 10+
  • accounts.json: funded test accounts as shown in accounts.sample.json

Use the stellar laboratory to create and fund the accounts.

Steps

  • 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