Skip to content

A NodeJS backend for referencing a cryptocurrency monero wallet

Notifications You must be signed in to change notification settings

sscots/node-crypto-wallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node must by installed

git clone [repository]

npm run setup

Modify sequelize/config/config.json with correct db parameters. You DO NOT need to create the database, as the command below will do so. Just the username, password, and host need to be correct and the command will create the database

npm run db:create

Dev:

Is set up to run on localhost dev

swagger project start

Prod:

PM2 must be installed. Command can also be ran as root if necessary.

Also network needs to be set up to point to the port located in the app.js file

pm2 start app.js --name monero-wallet -i 0 --log-date-format="MM-DD HH:mm Z"

About

A NodeJS backend for referencing a cryptocurrency monero wallet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published