An open API service indexing awesome lists of open source software.

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.

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).