dansup / RaiBlocksPHP

A bunch of PHP methods to build and sign transactions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RaiBlocksPHP

A bunch of PHP methods to build and sign transactions

Overview

So yeah, some more tools for people building stuff around RaiBlocks :)
This basically allows you to build transactions and sign them directly from your application, without the need of interacting with RaiBlocks node. You'll need to broadcast them though, and you may need a node to do that, but hey :D

Usage

git clone ...
You can see some examples at the Tests folder. I may put some more here at the README in the future, when I have a minute :P

Dependencies

This library depends on a modified version of Salt, a NaCl library for PHP. The modification basically consists on a change on the hash function used at the cryto_sign methods. You can find it here. It's already included in this repo.

About

A bunch of PHP methods to build and sign transactions


Languages

Language:PHP 100.0%