Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trasherdk/wallet-thingy
https://github.com/trasherdk/wallet-thingy
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/trasherdk/wallet-thingy
- Owner: trasherdk
- Created: 2022-01-19T07:18:20.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-19T08:00:25.000Z (almost 3 years ago)
- Last Synced: 2023-03-03T21:09:45.814Z (over 1 year ago)
- Language: TypeScript
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- 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
```