A Node JS server that allows you to host a semi transparent and auditable Monero (XMR) wallet for donation and charity purposes. https://lumo.rezisto.net/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
lumo/.gitignore

20 lines
161 B

#Ignore all
*.md
*.log
logs
*.env
*.o
*.DS_Store
node_modules/
package-lock.json
npm-debug.log
*wallet
*-qr.png
*.keys
.cache
#Include
!README.md
!.gitignore