Skip to content

ParallelChain Wallet Provider API

The ParallelChain Wallet Provider API is a Javascript API designed to deliver a friendly developer experience and consistency across clients and applications.

ParallelChain Wallet Extension injects a global Javascript API into the browser using the window.xpll provider object.

This API is specified by EIP-1193, which promotes wallet interoperability by preventing conflicting interfaces and behaviours between wallets.

ParallelChain Wallet Provider API is designed to be minimal, event-driven, and agnostic of transport and RPC protocols. Its functionality is easily extended by defining new RPC methods and message event types.