8000 GitHub - zaryabbkh/blockatlas: Clean and lightweight cross-chain transaction API
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

zaryabbkh/blockatlas

 
 

Repository files navigation

Block Atlas by Trust Wallet

Clean explorer API for crypto currencies.

Supported Coins

Setup

Quick start

Deploy it in less than 30 seconds!

From Source (Go Toolchain required)

go get -u github.com/trustwallet/blockatlas
~/go/bin/blockatlas

With Docker

docker run -it -p 8420:8420 trustwallet/blockatlas

Configuration

Block Atlas can run just fine without configuration.

If you want to use custom RPC endpoints, or enable coins without public RPC (like Nimiq), you can configure Block Atlas over config.yml or environment variables.

Config File

By default, config.yml is loaded from the working directory. Live reload is supported across the app.

Example (config.yml):

nimiq:
  api: http://localhost:8648
#...

Environment

The rest gets loaded from the environment variables. Every config option is available under the ATLAS_ prefix.

Example:

ATLAS_NIMIQ_API=http://localhost:8648 \
blockatlas

Supported platforms

Deploy

Docker

About

Clean and lightweight cross-chain transaction API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.2%
  • Dockerfile 0.8%
0