Skip to content

MiniGlome/BitClout-Sign-Transaction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

made-with-python

BitClout-Sign-Transaction

Python implementation of the BitClout signing algorithm.

If you want to sign automaticaly

Include this in your code:

from Sign_Transaction import Sign_Transaction

Sign_Transaction(seedHex, transactionHex)

The function Sign_Transaction(seedHex, TransactionHex) take as input the seedHex of the account that you can find in your LocalStorage and the TransactionHex you want to sign.

If you want to sign manually

To sign a single transaction you can run the script from the command line whith the command:
python3 Sign_Transaction.py <seedHex> <TransactionHex>

About

Python script to sign BitClout transactions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages