Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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