All Projects → jaimehgb → RaiBlocksPHP

jaimehgb / RaiBlocksPHP

Licence: other
A bunch of PHP methods to build and sign transactions

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to RaiBlocksPHP

nanook
Ruby library for making and receiving payments and managing a nano currency node
Stars: ✭ 17 (-15%)
Mutual labels:  nano, wallet, nano-currency, nanocurrency
Nault
⚡ The most advanced Nano wallet with focus on security, speed and robustness
Stars: ✭ 228 (+1040%)
Mutual labels:  nano, wallet, nanocurrency
jNano
A comprehensive Java library for the Nano cryptocurrency.
Stars: ✭ 25 (+25%)
Mutual labels:  nano, nano-currency, nanocurrency
RaiBlocksWebAssemblyPoW
WebAssembly Nanocurrency PoW implementation
Stars: ✭ 33 (+65%)
Mutual labels:  nano, nano-currency, nanocurrency
nano-rs
An implementation of Nano in Rust using Tokio
Stars: ✭ 29 (+45%)
Mutual labels:  nano, nano-currency, nanocurrency
gonano
An implementation of the Nano cryptocurrency in Go
Stars: ✭ 34 (+70%)
Mutual labels:  nano, wallet
nano-vanity
A NANO vanity address generator (supports OpenCL)
Stars: ✭ 83 (+315%)
Mutual labels:  nano, nano-currency
MyNanoNinja
The perfect tool for Nano representatives lists and network statistics
Stars: ✭ 33 (+65%)
Mutual labels:  nano, nanocurrency
cashuwallet
Cashu is a cryptocurrency wallet for smartphones. Be your own bank. Accept payments or spend crypto directly from your phone.
Stars: ✭ 35 (+75%)
Mutual labels:  nano, wallet
nano-update-tx-work
Rebroadcast unconfirmed Nano transactions with higher proof-of-work (PoW) to help restart expired elections.
Stars: ✭ 14 (-30%)
Mutual labels:  nano, nanocurrency
wallet-address-validator
Useful library for validation of Bitcoin, Litecoin, Ethereum and other cryptocoin addresses
Stars: ✭ 240 (+1100%)
Mutual labels:  nano, wallet
reblocks
React Components for Nano cryptocurrency (formerly RaiBlocks) - including Payments via Brainblocks
Stars: ✭ 21 (+5%)
Mutual labels:  nano, nanocurrency
Nano Node
Nano is a cryptocurrency
Stars: ✭ 3,336 (+16580%)
Mutual labels:  nano, nanocurrency
rai
🗿 rai is a pythonic client for interacting with Raiblocks nodes
Stars: ✭ 21 (+5%)
Mutual labels:  nano, nano-currency
Nano.Net
A .NET library for Nano
Stars: ✭ 19 (-5%)
Mutual labels:  nano, nanocurrency
mixin-wallet
👛 An open-source cryptocurrency wallet bot based on Mixin API, which supports almost all popular cryptocurrencies.
Stars: ✭ 27 (+35%)
Mutual labels:  wallet
conceal-desktop
Conceal Desktop (GUI)
Stars: ✭ 65 (+225%)
Mutual labels:  wallet
keycard-cli
A command line tool and shell to manage keycards
Stars: ✭ 42 (+110%)
Mutual labels:  wallet
alias-wallet
Official Alias source code repository
Stars: ✭ 5 (-75%)
Mutual labels:  wallet
nano-workspace
A workspace for Nano coin development
Stars: ✭ 23 (+15%)
Mutual labels:  nanocurrency

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].