BlockPo / BlockPo-to-Tradelayer

Incubation Repo for the TradeLayer protocol, 0.2.0
http://www.tradelayer.org
Other
8 stars 8 forks source link

Issuer Script #207

Closed patrickdugan closed 4 years ago

patrickdugan commented 4 years ago

Simple script using the Multisig builder/signer that lets issuers semi-easily control what they grant and redeem from their admin address while utilizing some secure multisig-address airgap protocols to co-sign off on actions. A logic function is added to automate the second-guessing about a tx, but we'll print-out the details so a human eye can verify from the console read-out or .txt logs.

This combined with a blog post ought to be a decent runway to advance relationships with potential issuers of dollarcoins regulable under FAFT travel rule, or security token issuers. The goal is to have someone read the post, npm install tradelayerissuer node tradelayerissuer.js -1000 -"bitcoinaddress"

and prep a tx, partially signed, to grant 1000 tokens to some address. It ought to be that easy.

patrickdugan commented 4 years ago

This was done about 10 days ago.