Secure Steem Wallet Extension.
Steem Keychain is an extension for accessing Steem-enabled distributed applications, or "dApps" in your Chromium or Firefox browser!
The extension injects the Steem Keychain API into every website's javascript context, so that dApps can read from the blockchain.
Steem Keychain also lets the user create and manage their own identities, so when a dApp wants to perform a transaction and write to the blockchain, the user gets a secure interface to review the transaction, before approving or rejecting it.
git clone https://github.com/faisalamin9696/steem-keychain-extension
npm i
npm run dev
It will create two repositories dist-dev and dist-dev-firefox.
Alternatively, you can run the dev server for either browser by using npm run dev:chromium or npm run dev:firefox
npm run build
In the same manner, this will create dist-prod and dist-prod-firefox folders, and you can choose to build for one type of browser only by using npm run build:chromium or npm run build:firefox
- Go to your browser extension page
- Activate the developer mode
- Load unpacked
- Choose the
dist-devfolder
After making changes to the background, reload the extension.
- Go to
about:debugging#/runtime/this-firefox - Load temporary Add-on
- Choose the
dist-dev-firefoxfolder
After making changes to the background, reload the extension.
Before contributing to Steem Keychain, contact us on Discord.
- Developers documentation for how to interact with Steem Keychain from your website
- Contribution Guidelines
- Landing page
- Support Discord
- Keychain for Chromium browsers
- Keychain for Firefox