Skip to content

cryptomental/megaphone

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation


pip install --user megaphone

Documentation

Steemtools documentation for Steem blockchain by @furion is available on steemit.com:

> Blockchain parsing, Posts and Accounts
> Witness Fees and Markets
> Updating your Witness
> Fetching Market Prices

Golos specific docs will be added soon and published in readthedocs.io and/or golos.io.

Examples

Please see examples.

3rd party

> Automatic failover for witnesses by @jesta

Known Issues

Megaphone depends on Piston, and Piston depends on scrypt. If you get an error like this during installation:

fatal error: openssl/aes.h: No such file or directory

You can fix this by installing libssl-dev:

sudo apt-get install libssl-dev

Install a local node (optional)

By default megaphone connects to wss://node.golos.ws

Having a local node is highly recommended for blockchain parsing, or applications that need low latency/high reliability.

/usr/local/bin/steemd --rpc-endpoint = 0.0.0.0:8090 --replay

About

High-Level Library and Helper Tools for GOLOS blockchain

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.8%
  • Shell 0.2%