This is a crypto wallet service of chrome extension for Nine Chronicles blockchain, designed to provide users with a seamless experience in managing their assets on the Nine Chronicles blockchain.
This project is intended for development and experimental use, so users are advised to be cautious when using this extension and to back up their private keys regularly.
The project provides the Chrono SDK to interact with the Nine Chronicles blockchain. For more information on the SDK, visit the Chrono SDK Document.
/background
: Implements the background service worker of the chrome extension. This is where important data storage and operations are executed./popup
: Implements the popup UI for the chrome extension. It is responsible for receiving user actions and communicating with the background context./packages/chrono-sdk
: Implements thejsr:@planetarium/chrono-sdk
package which providesChronoWallet
class to communicate with background context, and several hooks to use theChronoWallet
as React hooks easily./extension
: Handles the manifest settings./examples
: Contains example applications and use cases demonstrating how to use the wallet in various scenarios.
git clone https://github.com/planetarium/chrono
cd chrono
pnpm install
pnpm build
- Open
chrome://extensions
in Chrome. - Enable Developer Mode.
- Click on "Load unpacked" and select the
~/chrono/build
directory.
This project is licensed under the GPL-3.0 license.