stacks-archive / stacks-transactions-js

The JavaScript library for generating Stacks 2.0 transactions
19 stars 17 forks source link

Add support for calling read-only functions #89

Closed friedger closed 4 years ago

friedger commented 4 years ago

It would be nice to use the same library to make contract calls as well as read-only function calls.

aulneau commented 4 years ago

See here 😊 https://github.com/blockstack/stacks-transactions-js/pull/87

zone117x commented 4 years ago

Closed?

yknl commented 4 years ago

Closed?

Works in transaction lib now: https://github.com/blockstack/stacks-transactions-js#calling-read-only-contract-functions

Still being implemented in the CLI.