Skip to content

stoodkev/multisig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multisignature sample code

To better comprehend how to use Multisign on the Steem blockchain with DSteem, please use this code in par with this tutorial.

How to use this code?

  • Clone this repository:

git clone https://github.com/stoodkev/multisig

  • Install the project

npm install

  • Create a .env file with the required private keys

  • Change the account names and public keys , weights and thresholds in updateAccounts.js according to your specs.

  • Run npm run update to update your account authorities

  • Change the signing accounts and transfer information

  • Run npm run sign

  • Check the result on steemd.com

About

Multisignature sample code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published