https://github.com/wharfkit/wallet-plugin-cleos
WalletPlugin for the Wharf Session Kit. Allow users to login and sign transactions with cleos cli.
https://github.com/wharfkit/wallet-plugin-cleos
cleos-cli wallet-plugin
Last synced: 4 months ago
JSON representation
WalletPlugin for the Wharf Session Kit. Allow users to login and sign transactions with cleos cli.
- Host: GitHub
- URL: https://github.com/wharfkit/wallet-plugin-cleos
- Owner: wharfkit
- License: other
- Created: 2023-03-07T19:13:56.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-28T23:05:16.000Z (almost 2 years ago)
- Last Synced: 2025-10-11T06:30:04.491Z (8 months ago)
- Topics: cleos-cli, wallet-plugin
- Language: TypeScript
- Homepage: https://wharfkit.com/
- Size: 265 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# @wharfkit/wallet-plugin-cleos
A template to create a `WalletPlugin` for use within the `@wharfkit/session` library.
## Usage
- [Use this as a template.](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template)
- Write your wallet plugin's logic.
- Publish it on Github or npmjs.com
- Include it in your project and use it.
## Developing
You need [Make](https://www.gnu.org/software/make/), [node.js](https://nodejs.org/en/) and [yarn](https://classic.yarnpkg.com/en/docs/install) installed.
Clone the repository and run `make` to checkout all dependencies and build the project. See the [Makefile](./Makefile) for other useful targets. Before submitting a pull request make sure to run `make lint`.
---
Made with ☕️ & ❤️ by [Greymass](https://greymass.com), if you find this useful please consider [supporting us](https://greymass.com/support-us).