Getting Started
Getting Started with Sender Wallet
Last updated
Getting Started with Sender Wallet
Last updated
To build with Sender, install Sender in your preferred browser.
Once Sender is installed and running, you will find that newly opened browser tabs have a window.near
or window.sender
object available in the developer console. Your website now can interact with Sender via the object.
To verify if the browser has installed Sender Wallet for Near chain, you can copy and paste the code snippet below in the developer console of your web browser:
You can review the full API for the window.near
object .
Example:
Guest Book: coming soon
To verify if the browser has installed Sender Wallet for above version 2.0.0, you can copy and paste the code snippet below in the developer console of your web browser:
You can review the full API for the window.sender.ethereum
object .
Example: