# Tooling

# Explorer

SLP-Explorer is the first explorer built specifically for SLP transactions. It is built on top of SLPDB and has a lot of information on tokens and addresses you won't find anywhere else.

View →

# Unit Tests

Test vectors for ensuring that validators of the Simple Ledger Protocol (SLP) follow consensus. Make sure to pass all of these if you are implementing SLP.

View →

# SLPDB

SLPDB is the most advanced indexer for SLP transactions, and allows you to perform advanced queries upon it. We have dedicated a whole page of examples to help you get up to speed right away with the most common types of queries.

View →

# GS++

GS++ is a high performance validator, indexer, and graph search server. This allows wallets to be able to trustlessly validate transactions, or for businesses to have a very stable and reliable trusted validation setup. It also contains the meat of SLP's fuzzing systems, running billions of tests and ensuring other implementations are valid.

View →

# BCHD

BCHD is an alternative full node bitcoin cash implementation written in Go (golang) that allows for easy querying of the blockchain. It may be used as an alternative to rest.bitcoin.com.

View →

# Wallets

The reference implementation wallet for SLP is Electron Cash SLP Edition, however this is a more advanced and technical wallet compared to some of the others.

View →