Coder Social home page Coder Social logo

awesome-persistence's Introduction


Registry

AssetList

Cosmos

Directory

All That Node

Endpoints

We provide following endpoints to help developers for integration

Protocol Endpoints
RPC https://rpc.core.persistence.one
REST https://rest.core.persistence.one
GRPC grpc://grpc.core.persistence.one
WSS wss://rpc.core.persistence.one:443/websocket

we also provide archival endpoints to retrieve historical data

Protocol Endpoints
RPC https://rpc.persistence.audit.one
REST https://rest.persistence.audit.one
WSS wss://rpc.persistence.audit.one:443/websocket

Seeds Nodes

State-Sync

to use statesync change the following under config.toml

[statesync]
enable = true
rpc_servers = "https://rpc.core.persistence.one:443,https://rpc.core.persistence.one:443"
trust_height = 0
trust_hash = ""
trust_period = "112h0m0s"

and use a trusted height from the rpc,(recent height will do)

curl -s https://rpc.core.persistence.one/status | jq '.result .sync_info | {trust_height: .latest_block_height, trust_hash: .latest_block_hash} | values'

Snapshot

https://tendermint-snapshots.s3.ap-southeast-1.amazonaws.com/persistence/data.tar.lz4  

Steps to use our backups

  • Install aria2 and lz4
  • Download our backup with
    aria2c -x 4 -x 4 -c <url>
  • Extract the contents to persistenced home.
    tar -I lz4 -xf data.tar.lz4 -C <persistence home which defaults to ~/.persistenceCore/>

Explorer

Mintscan

Persistence Explorer

Aneka

Apps

pStake

Persistence Wallet

Keplr App

Ping.pub

Atomscan

Persistence

IBC

IBCscan

awesome-persistence's People

Contributors

puneet2019 avatar snj33v avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.