Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
beem is an unofficial python library for steem and HIVE, which is created new from scratch from python-bitshares
_
The library name is derived from a beam machine, similar to the analogy between steem and steam. beem includes python-graphenelib
_.
.. image:: https://img.shields.io/pypi/v/beem.svg :target: https://pypi.python.org/pypi/beem/ :alt: Latest Version
.. image:: https://img.shields.io/pypi/pyversions/beem.svg :target: https://pypi.python.org/pypi/beem/ :alt: Python Versions
.. image:: https://anaconda.org/conda-forge/beem/badges/version.svg :target: https://anaconda.org/conda-forge/beem
.. image:: https://anaconda.org/conda-forge/beem/badges/downloads.svg :target: https://anaconda.org/conda-forge/beem
.. image:: https://repl.it/badge/github/holgern/beem :target: https://repl.it/github/holgern/beem :alt: Run on Repl.it
.. image:: https://travis-ci.org/holgern/beem.svg?branch=master :target: https://travis-ci.org/holgern/beem
.. image:: https://ci.appveyor.com/api/projects/status/ig8oqp8bt2fmr09a?svg=true :target: https://ci.appveyor.com/project/holger80/beem
.. image:: https://circleci.com/gh/holgern/beem.svg?style=svg :target: https://circleci.com/gh/holgern/beem
.. image:: https://readthedocs.org/projects/beem/badge/?version=latest :target: http://beem.readthedocs.org/en/latest/?badge=latest
.. image:: https://api.codacy.com/project/badge/Grade/e5476faf97df4c658697b8e7a7efebd7 :target: https://www.codacy.com/app/holgern/beem?utm_source=github.com&utm_medium=referral&utm_content=holgern/beem&utm_campaign=Badge_Grade
.. image:: https://pyup.io/repos/github/holgern/beem/shield.svg :target: https://pyup.io/repos/github/holgern/beem/ :alt: Updates
.. image:: https://api.codeclimate.com/v1/badges/e7bdb5b4aa7ab160a780/test_coverage :target: https://codeclimate.com/github/holgern/beem/test_coverage :alt: Test Coverage
You may find help in the beem-discord-channel
_. The discord channel can also be used to discuss things about beem.
A complete library documentation is available at beem.readthedocs.io
_.
The minimal working python version is 3.6.x
beem can be installed parallel to python-steem.
For Debian and Ubuntu, please ensure that the following packages are installed:
.. code:: bash
sudo apt-get install build-essential libssl-dev python3-dev python3-pip python3-setuptools
The following package speeds up beempy: .. code:: bash
sudo apt-get install python3-gmpy2
For Fedora and RHEL-derivatives, please ensure that the following packages are installed:
.. code:: bash
sudo yum install gcc openssl-devel python-devel
For OSX, please do the following::
brew install openssl
export CFLAGS="-I$(brew --prefix openssl)/include $CFLAGS"
export LDFLAGS="-L$(brew --prefix openssl)/lib $LDFLAGS"
For Termux on Android, please install the following packages:
.. code:: bash
pkg install clang openssl python
Signing and Verify can be fasten (200 %) by installing cryptography (you may need to replace pip3 by pip):
.. code:: bash
pip3 install -U cryptography
or (you may need to replace pip3 by pip):
.. code:: bash
pip3 install -U secp256k1prp
Install or update beem by pip(you may need to replace pip3 by pip)::
pip3 install -U beem
You can install beem from this repository if you want the latest but possibly non-compiling version::
git clone https://github.com/holgern/beem.git
cd beem
python3 setup.py build
python3 setup.py install --user
Run tests after install::
pytest
Installing beem from the conda-forge channel can be achieved by adding conda-forge to your channels with::
conda config --add channels conda-forge
Once the conda-forge channel has been enabled, beem can be installed with::
conda install beem
Signing and Verify can be fasten (200 %) by installing cryptography::
conda install cryptography
beem can be updated by::
conda update beem
A command line tool is available. The help output shows the available commands:
beempy --help
For Ledger (Nano S) signing, the following package must be installed:
pip3 install ledgerblue
With the help of pyinstaller, a stand alone version of beempy was created for Windows, OSX and linux. Each version has just to be unpacked and can be used in any terminal. The packed directories can be found under release. Each release has a hash sum, which is created directly in the build-server before transmitting the packed file. Please check the hash-sum after downloading.
Can be found in CHANGELOG.rst.
This library is licensed under the MIT License.
python-bitshares
_ and python-graphenelib
_ were created by Fabian Schuh (xeroc).
.. _python-graphenelib: https://github.com/xeroc/python-graphenelib .. _python-bitshares: https://github.com/xeroc/python-bitshares .. _Python: http://python.org .. _Anaconda: https://www.continuum.io .. _beem.readthedocs.io: http://beem.readthedocs.io/en/latest/ .. _beem-discord-channel: https://discord.gg/4HM592V
FAQs
Unofficial Python library for BLURT and STEEM
We found that beem-blurt-discord demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.