Monero lightwallet project.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
lza_menace 89d6690e90 making separate class for LWS API 2 years ago
lws-web making separate class for LWS API 2 years ago
.gitignore persistent lws store 2 years ago
Makefile adding init script and mnemonic util 2 years ago
README.md improve ux 2 years ago
docker-compose.yaml persistent lws store 2 years ago
init_lws_admin.sh adding init script and mnemonic util 2 years ago

README.md

monero-lw

Monero lightwallet project.

Runs a private monero-lws service in the background with an API layer above that for authentication.

Will be adding client side application to tie the whole thing together.

Notes

accept_requests: {"type": "import"|"create", "addresses":[...]}
add_account: {"address": ..., "key": ...}
list_accounts: {}
list_requests: {}
modify_account_status: {"status": "active"|"hidden"|"inactive", "addresses":[...]}
reject_requests: {"type": "import"|"create", "addresses":[...]}
rescan: {"height":..., "addresses":[...]}
webhook_add: {"type":"tx-confirmation", "address":"...", "url":"...", ...} with optional fields:
    token: A string to be returned when the webhook is triggered
    payment_id: 16 hex characters representing a unique identifier for a transaction
webhook_delete