All Projects → Disk1n → LibraBrowser

Disk1n / LibraBrowser

Licence: Apache-2.0 license
LibraBrowser

Programming Languages

python
139335 projects - #7 most used programming language
CSS
56736 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to LibraBrowser

coinaly
🚀 Fast and easy to use mobile trade interface for cryptocurrencies. Track your trades to the moon and beyond. Currently only for Bittrex.
Stars: ✭ 32 (-13.51%)
Mutual labels:  cryptocurrencies, blockchain-technology
Blockchain Cli
⛓️ A minimal blockchain command-line interface.
Stars: ✭ 1,075 (+2805.41%)
Mutual labels:  cryptocurrencies, blockchain-technology
R-Cell
A self-made cryptocurrency using Block-chain technology in Python
Stars: ✭ 18 (-51.35%)
Mutual labels:  blockchain-technology, blockchain-website
Gulden Official
Blockchain as intended
Stars: ✭ 126 (+240.54%)
Mutual labels:  cryptocurrencies, blockchain-technology
open-api
api.openfuture.io
Stars: ✭ 41 (+10.81%)
Mutual labels:  blockchain-technology, blockchain-service
libra-go
Go Client for interacting with Libra Blockchain
Stars: ✭ 50 (+35.14%)
Mutual labels:  blockchain-technology, libra
electronero
Electronero Network: a secure, private, mobile based cryptocurrency network. 5 parallel, interoperable, scalable, lightning fast blockchains. Electronero $(ETNX) https://t.me/electronero_network, Electronero Pulse $(ETNXP) https://t.me/etnxp, LITENERO $(LTNX) https://t.me/litenero, GOLDNERO $(GLDX) https://t.me/goldnero, CRYSTALEUM $(CRFI) https…
Stars: ✭ 18 (-51.35%)
Mutual labels:  cryptocurrencies, blockchain-technology
theta-infrastructure-ledger-explorer
Explorer for the Theta Ledger
Stars: ✭ 57 (+54.05%)
Mutual labels:  blockchain-technology, blockchain-explorer
blockchain-cli
⛓️ A minimal blockchain command-line interface.
Stars: ✭ 1,139 (+2978.38%)
Mutual labels:  cryptocurrencies, blockchain-technology
blockchain-VCoin
Simple Implementation Proof of Work blockchain coin.
Stars: ✭ 16 (-56.76%)
Mutual labels:  blockchain-technology, blockchain-service
DAPSCoin
DAPS is the world's first coin to implement Bulletproofs and RingCT & Ring Signatures in a staking chain. With DAPS it is possible to stake, run masternodes and mine PoA blocks.
Stars: ✭ 58 (+56.76%)
Mutual labels:  cryptocurrencies, blockchain-technology
live-broadcast-bundle
Live broadcasting planner and scheduler
Stars: ✭ 38 (+2.7%)
Mutual labels:  facebook
widgets
💸 Web3 Payments with any token. DePay simplifies and improves Web3 Payments with the power of DeFi. Accept any token with on-the-fly conversion with state-of-the-art widgets.
Stars: ✭ 32 (-13.51%)
Mutual labels:  cryptocurrencies
go-coinmarketcap
The Unofficial Coin Market Cap API client for Go.
Stars: ✭ 61 (+64.86%)
Mutual labels:  cryptocurrencies
FacebookAds
This is an Android app that displays all the Facebook Mobile Ads based on Audience Network SDK. This repo uses all the major ad-types in a separate activity for all the ads.
Stars: ✭ 16 (-56.76%)
Mutual labels:  facebook
python-hdwallet
Python-based library for the implementation of a hierarchical deterministic wallet generator for more than 140+ multiple cryptocurrencies.
Stars: ✭ 210 (+467.57%)
Mutual labels:  cryptocurrencies
android device xiaomi libra
Device configuration for Mi-4c (libra) and Mi-4s (aqua)
Stars: ✭ 51 (+37.84%)
Mutual labels:  libra
crawler
Crawler with Python 3.
Stars: ✭ 34 (-8.11%)
Mutual labels:  facebook
ccoin
〽️ Convert and fetch the cost of over 1000 cryptocurrencies within your terminal, and save repeated queries
Stars: ✭ 25 (-32.43%)
Mutual labels:  cryptocurrencies
avz
🔑 AVZ: Social Authorization
Stars: ✭ 43 (+16.22%)
Mutual labels:  facebook

LibraBrowser

A Block Explorer for the Libra Blockchain TestNet. See: https://librabrowser.io

Features

  • Account View
  • Version View, including gas spend and program info as well as information useful to debug the network
  • A Faucet that sends the funds as p2p transaction
  • Network Statistics
  • RPC based client to read data
  • DB store of transactions
  • Search by account or version
  • Simple Libra client automation (soon to be deprecated)

Installation

  1. Run: pip3 install grpcio grpcio-tools hexdump Flask Flask-Caching sqlalchemy psycopg2 requests
  2. Have access to a Postgres Database server

Database

  • Default config assumes a postgresql database with:
    • username = postgres
    • password = postgres
    • host = localhost
    • port = 5432
    • database name = libra_browser
    • Please see SQLAlchemy Docs for configuration options
  • make sure that /etc/postgresql/<PGSQL_VERSION>/main/pg_hba.conf has the configuration of password, i.e. auth method md5 and not peer:

local all postgres md5

  • To create the DB after installing postgresql you can run: sudo -u postgres createdb libra_browser

Running the project

At the root project folder execute the command:

python3 Browser.py

Or to execute and leave it to run with output redirected to a file execute:

nohup python3 Browser.py &> browser.log < /dev/null &
tail -f browser.log #if you want to see the logs

To use "DEVELOPMENT" mode settings set the environment variable "BROWSER=DEVELOPMENT"

Contributing

Please see Contributing.md

Credits

rpc support is based on: https://github.com/egorsmkv/libra-grpc-py
Contributors:

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].