https://github.com/trasherdk/wallet-thingy
https://github.com/trasherdk/wallet-thingy
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/trasherdk/wallet-thingy
- Owner: trasherdk
- Created: 2022-01-19T07:18:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-19T08:00:25.000Z (over 4 years ago)
- Last Synced: 2025-02-16T14:07:20.810Z (over 1 year ago)
- Language: TypeScript
- Size: 46.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## SETUP
1. Typescript
```bash
npm install -g typescript
```
2. Install Dependencies
```bash
npm install
```
3. Compile
```bash
tsc
```
4. Prepare, start a monero daemon
```
./arqmad
```
5. Create a wallet
6. Start Rpc to wallet
```bash
./arqma-wallet-rpc --wallet-file arqma --rpc-bind-port 19996 --password password [--disable-rpc-login] [--rpc-login test:1234]
```
7. configure wallet-thingy, change wallet and/or redis connection details.
```bash
nano config.json
```
8. Run
```bash
node dist/index.js
```