Skip to content

a (typescript) demonstration on how to use bsv@2.0.10 to construct transactions

License

Notifications You must be signed in to change notification settings

Siko91/bsv-ts-txbuilder-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BSV TS Example - how to create simple BSV Transactions

How to run?

I used ts-node index.ts to run this demo.

You could do the same, or you could build the code into JS and then run it.

It should work either way.

What does it do?

In index.ts it shows how to work with the PubKey, PrivKey and Address classes.

In demos/constructTxDemo.ts it shows how to use the TxBuilder class.

In demos/logInfoAboutTx.ts it shows how to read data from the Tx class.

About

a (typescript) demonstration on how to use bsv@2.0.10 to construct transactions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published