Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.14 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.14 KB

Kepler Browser Extension

License Twitter: everettprotocol

Kepler is a browser extension wallet for the Inter blockchain ecosystem.

This repository is still under development

Dev

npm run dev:extension
npm run dev:web

There are two build processes for kepler. One is browser extension, and another is a web page for providing dashboard for chains and sending more complex transactions.
Extension's build output is placed in /dist/extension, and you can check out this page for installing the developing extension.

You can add your chain by adding the chain infomation into chain-info.ts. And to add that chain into web page, you should add ui infomation to ui/supported-chain.tsx.

Author

👤 everett-protocol