https://github.com/imduchuyyy/helix-pay
CLI Wallet to interact with Helixpay protocol
https://github.com/imduchuyyy/helix-pay
cli evm terminal wallet
Last synced: 9 months ago
JSON representation
CLI Wallet to interact with Helixpay protocol
- Host: GitHub
- URL: https://github.com/imduchuyyy/helix-pay
- Owner: imduchuyyy
- License: mit
- Created: 2024-11-15T05:34:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-10T08:48:46.000Z (over 1 year ago)
- Last Synced: 2025-09-09T19:15:17.695Z (10 months ago)
- Topics: cli, evm, terminal, wallet
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@helix-cli/helix
- Size: 31.3 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Helixpay CLI
CLI Wallet to interact with Helixpay protocol.
## Usage
Install helix globally
```
npm install -g @helixpay-xyz/helix
```
Open helix wallet
```
helix
```
## Running the tests
```
npm run test
```
## Linting
```
npm run lint
```
## Contributing
Please read [CONTRIBUTING.md](https://gist.github.com/PurpleBooth/b24679402957c63ec426) for details on our code of conduct, and the process for submitting pull requests to us.
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details