Sphere Wallet Chrome extension is a user-friendly and secure extension designed to simplify interaction with Near Protocol on the Near blockchain network. The extension provides users with the tools they need to create, manage and secure their Near wallet while seamlessly integrating with Near Dapps.
The wallet adheres to Injected Wallets Standard by injecting in browser under window.sphere
the wallet object which exposes the methods needed so Dapps can interact with it.
This Chrome extension is developed using React, Typescript and Vite using chrome-extension-boilerplate-react-vite
- User-Friendly interface: Sphere offers an intuitive and easy-to-navigate interface, making it accessible for both beginners and experienced users.
- Wallet Creation: Users can easily create or import a Near wallet and securely manage their seed phrases, private keys and public keys
- Transaction Management: Send and receive Near tokens with ease
- Integration with Dapps: Semlessly interact with Near-powered decentralized applications through the extension, facilitating quick and secure transactions
- Clone this repository:
git clone https://github.com/stefan-b10/sphere
- Navigate to the project directory
- Install dependencies:
npm install
- After all the dependencies are installed build the extension:
npm run build
- Load Extension on Chrome
- Open - Chrome browser
- Access - chrome://extensions
- Check - Developer mode
- Find - Load unpacked extension
- Select -
dist
folder in this project (after dev or build)
- Create a new Near wallet or import an existing one
- Delete a account
- Make a Near transfer