WalletsNet CLI
The WalletsNet CLI helps you connect to WalletsNet.
With the CLI, you can:
- Trigger webhook events or resend events for easy testing
- Tail your API request logs in real-time
- Build your first credit transfer transaction easy.
Installation
WalletsNet CLI is available for macOS, Windows, and Linux for distros like Ubuntu, Debian, RedHat and CentOS.
git clone [email protected]:WalletsClub/cli.git
cd cli
pip3 install -r requirements.txt
pip3 install --editable .
Usage
Installing the CLI provides access to the walletsnet
command.
walletsnet [command]
# Run `help` for detailed information about CLI commands
walletsnet help
Commands
The WalletsNet CLI supports a broad range of commands. Below is some of the most used ones:
- listen
- Communicate with WalletsNet on your local machine, do not use it in production deployment
- examples
- A list of available samples that can be created and bootstrapped by the CLI
- trigger
- Trigger example instructions to conduct local testing.
- open
- Open WalletsNet page
- status
- Return WalletsNet system status and service availability.
- help
- Help guide
Documentation
Learn how to build your first credit transfer transaction, see the Manual
Feedback
Got feedback for us? Please don't hesitate to tell us on feedback.
License
Copyright (c) WalletsNet. All rights reserved.
Licensed under the Apache License 2.0 license.