All Projects → EOSArgentina → ueosio

EOSArgentina / ueosio

Licence: MIT license
General purpose library for the EOSIO blockchains

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to ueosio

Eosio Card Game Repo
The Elemental Battles Tutorial is divided into easy to follow lessons that take you through the process of creating your own fully-functional blockchain-based dApp.
Stars: ✭ 139 (+826.67%)
Mutual labels:  eosio
Eos Bios
DEPRECATED: use `eosc boot` now. Historically: Orchestrator for a decentralized EOS.IO blockchain network boot
Stars: ✭ 173 (+1053.33%)
Mutual labels:  eosio
luckydog
luckydog(锦鲤) 一个幸运小游戏
Stars: ✭ 14 (-6.67%)
Mutual labels:  eosio
Cryptokylin Testnet
EOS.io Kylin Testnet by cryptokylin.io
Stars: ✭ 140 (+833.33%)
Mutual labels:  eosio
Awesome Eos
A curated list of EOS Ecosystem by SuperONE.
Stars: ✭ 160 (+966.67%)
Mutual labels:  eosio
Dfuse Eosio
dfuse for EOSIO
Stars: ✭ 180 (+1100%)
Mutual labels:  eosio
Eosc
Cross-platform EOSIO command-line swiss-army-knife (EOS, BOS, Telos, Worbli, etc.)
Stars: ✭ 128 (+753.33%)
Mutual labels:  eosio
eosdart ecc
Elliptic curve cryptography functions in Dart. Private Key, Public Key, Signature, AES, Encryption, Decryption
Stars: ✭ 25 (+66.67%)
Mutual labels:  eosio
Eostracker
🗄EOS Tracker: Real time block explorer for EOS Blockchain
Stars: ✭ 166 (+1006.67%)
Mutual labels:  eosio
namevault
Account creator & name generator for users on EOS and EOSIO compatible blockchains.
Stars: ✭ 17 (+13.33%)
Mutual labels:  eosio
Eos
An open source smart contract platform
Stars: ✭ 11,306 (+75273.33%)
Mutual labels:  eosio
Fairy Wallet
Client for ledger nano s hw
Stars: ✭ 154 (+926.67%)
Mutual labels:  eosio
Awesome Eos
A curated list of awesome EOS frameworks, libraries, software and resources.
Stars: ✭ 181 (+1106.67%)
Mutual labels:  eosio
Everipedia
🔗 The Everipedia Network protocol
Stars: ✭ 138 (+820%)
Mutual labels:  eosio
eosgo-client
A simple Go wrapper of EOS (eosio) RPC API, and more!
Stars: ✭ 29 (+93.33%)
Mutual labels:  eosio
Eosio Project Boilerplate Simple
This repository demonstrates the eosio platform running a blockchain as a local single node test net with a simple DApp, NoteChain.
Stars: ✭ 134 (+793.33%)
Mutual labels:  eosio
Monstereos
A Tamagotchi and Battle Game for EOS Blockchain :)
Stars: ✭ 174 (+1060%)
Mutual labels:  eosio
alcor-ui
Alcor Exchange | First self-listing onchain DEX for eosio tokens;
Stars: ✭ 103 (+586.67%)
Mutual labels:  eosio
eosio.evm
EOSIO Ethereum Virtual Machine (EVM)
Stars: ✭ 91 (+506.67%)
Mutual labels:  eosio
pyeos client
No description or website provided.
Stars: ✭ 16 (+6.67%)
Mutual labels:  eosio

µEOSIO

General purpose library for the EOSIO blockchains

Micro EOSIO allows you to interact with any EOSio chain using Python, it consists of 3 modules:

  • DS: Is the Data Stream module and it contains functions for serialization and deserialization of data streams in the eosio format.
  • UTILS: General functions that are useful for eosio.
  • RPC: Module for making API interactions.
  • ABI: Module to work with eosio ABI files

Install

pip3 install ueosio

Build from source

git clone https://github.com/EOSArgentina/ueosio
cd ueosio
python3 -m venv venv
source venv/bin/activate
pip3 install -r examples/requirements.txt

Examples:

tx.py: Send a transaction on any given chain.

keys.py: Generate a key pair or get the public key of any given private key.

approve_multisig.py: Approve a multisig transaction.

create_account.py: Create an account, buy ram and delegate bandwidth and CPU.

get_top_10_bps.py: Use the rpc module to get list of BPs on any eosio blockchain.

abi_hash.py: Get serialized abi hash.

extract_pubkey_from_tx.py: Extract pubkeys used to sign a transaction.


MIT License
Copyright (c) 2020 EOS Argentina

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].