• Forum has been upgraded, all links, images, etc are as they were. Please see Official Announcements for more information

Python snippet to interface with dashd

JZA

Active member
Hi anyone can share a python script to connect and interact with dashd through RPC?

I know dashd has a REST and other ways to interface, but would be good to learn just the most standard method.

Stackoverflow list different libraries to better use RPC, but seemed a bit of an overkill since the alternative is to simply just use a subprocess or system call with sys or os.
 
Back
Top