Savoir
A python wrapper for Multichain Json-RPC API
Install / Use
/learn @DXMarkets/SavoirREADME
Savoir
Description
Savoir is JsonRPC wrapper for Multichain Its heavy based on python-bitcoinrpc but adapted for Multichain server, and replacing the httplib by requests
Installation
Savoir can be installed from PyPi using pip. Enter the following command into terminal:
pip install savoir
Alternatively you can clone this public repository by entering the following command into terminal.
git clone https://github.com/dxmarkets/savoir
Usage
Once you've download the code you should install needed libs
sudo pip install -r requirements.txt
Finally just use the multichain api documentacion and make calls to the wrapper. Remember to replace the rpc variables with the information of your specific chain
from Savoir import Savoir
rpcuser = 'multichainrpc'
rpcpasswd = 'YoUrLoNgRpCpAsSwOrD'
rpchost = 'localhost'
rpcport = '22335'
chainname = 'myChain'
api = Savoir(rpcuser, rpcpasswd, rpchost, rpcport, chainname)
api.getinfo()
License
This package is distributed under BSD License. See LICENSE
Related Skills
node-connect
351.8kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
110.9kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
351.8kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
351.8kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
