Skip to content

This repository has tooling resources provided by the team and community for persistence and pstake

Notifications You must be signed in to change notification settings

persistenceOne/awesome-persistence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation


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

About

This repository has tooling resources provided by the team and community for persistence and pstake

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published