A basic Chrome extension compatible with NIP-07 and communicating with the Ledgstr app
Report Bug
·
Request Feature
This is a basic Chrome extension compatible with NIP-07 and communicating with the Ledgstr app.
- Snort.social: ✔️
- Coracle: ✔️
- Iris.to: ✔️
To build and use this project you need to have the following installed:
- node >= 18
- Ledgstr App installed (https://github.com/vbouzon/ledgstr-app)
- Clone the repo
git clone https://github.com/vbouzon/ledgstr-extension-chrome.git
- Install NPM packages
npm install
- Run NPM start
npm run start
- Load your extension on Chrome following:
- i. Access chrome://extensions/
- ii. Check Developer mode
- iii. Click on Load unpacked extension
- iv. Select the build folder.
- Permissions & approval - WIP
- Add NIP-04 support
- Add Ledger Nano X bluethooth support
- Add Ledger Speculos support
- Add integration tests
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Vincent Bouzon - @vincent
Project Link: https://github.com/vbouzon/ledgstr-extension-chrome
- Chome Extension Boilerplate by lxieyang
- Horse Nostr extension by fiatjaf
- My wife for the beautiful logo and her eternal support.