EW Node.js Demo is a command-line interface (CLI) tool for managing embedded wallets. It provides a simple and intuitive interface for executing commands and managing wallet operations through Fireblocks' infrastructure.
- Execute commands through the command line.
- Simple and easy-to-use interface.
- Extensible architecture for adding more commands.
- Interactive command selection.
To install the CLI tool:
git clone https://github.com/fireblocks/ew-node-demo.git
cd ew-node-demo
yarn install-
Configure environment variables:
mv .env.example .env
Edit
.envwith your configuration. -
Set up secrets:
mv secrets.example secrets
Update the secrets files with your credentials.
Start the CLI tool:
yarn startYou will be prompted to choose a command to execute.
- Contributing Guidelines - How to contribute
- Code of Conduct - Community standards
- Security Policy - Security practices and reporting
We welcome contributions! Please see our Contributing Guidelines for details on:
- Code of Conduct
- Development process
- Pull request process
- Coding standards
This project is licensed under the MIT License - see the LICENSE file for details.
- Open an issue for bugs
- See documentation for help
- Contact support team for assistance