Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 554 Bytes

File metadata and controls

7 lines (6 loc) · 554 Bytes

Provider API Reference

Phantom's provider API is exposed to the user through the window.ethereum object that is injected into the browser. This API is how a dapp will make requests to the user; reading account data, connecting to the website, signing messages, and sending transactions will all be done through this provider object.

This provider API is specified in greater detail in EIP-1193.

This area of the documentation will contain information about the API's properties, events, and methods.