Skip to content

Commit

Permalink
final startup docs and yarn scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
kaladinlight committed Jun 20, 2024
1 parent f23f2c6 commit c8c2269
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
18 changes: 18 additions & 0 deletions scripts/hotWalletCli/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
## Prerequisites

- NodeJS (v18+): https://nodejs.org/en/download/package-manager
- Yarn: https://classic.yarnpkg.com/lang/en/docs/install/#debian-stable

## Setup

- Install dependencies:
```bash
yarn
```

## Running

- Run script:
```bash
yarn start
```
4 changes: 4 additions & 0 deletions scripts/hotWalletCli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
"node": ">=18"
},
"license": "MIT",
"scripts": {
"clean": "rm -rf node_modules",
"start": "tsx index.ts"
},
"dependencies": {
"@inquirer/core": "^8.2.2",
"@inquirer/prompts": "^5.0.5",
Expand Down

0 comments on commit c8c2269

Please sign in to comment.