https://github.com/vinyvicente/json-rpc
Json RPC SDK
https://github.com/vinyvicente/json-rpc
cryptonote daemon json rpc server
Last synced: about 2 months ago
JSON representation
Json RPC SDK
- Host: GitHub
- URL: https://github.com/vinyvicente/json-rpc
- Owner: vinyvicente
- License: mit
- Created: 2018-01-23T15:22:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-23T18:33:09.000Z (over 8 years ago)
- Last Synced: 2025-10-13T00:10:02.291Z (8 months ago)
- Topics: cryptonote, daemon, json, rpc, server
- Language: PHP
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wallet Web
## Requirements
* walletd with container
* PHP 7
* Composer
### Installation
```bash
# install script
composer install
# run daemon
./niobiod
# generate container
./walletd --daemon-port=8314 --container-file=vini --container-password=123456 --generate-container
# run container with daemon
./walletd --daemon-port=8314 --container-file=vini --container-password=123456 --daemon
# Enjoy
```
### Methods
```php
getBalance());
var_dump($client->getAddresses());
```
### TODO
#### Create new methods
http://forknote.net/documentation/rpc-wallet/rpc-wallet-curl-examples/#rpc-wallet-curl-examples