Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/amilabs/counterparty-tools

Online tools developed to work with Counterparty transactions. Create, sign, and broadcast multisignature transactions with Counterparty Assets or bitcoins. Operates with Mainnet and Testnet.
https://github.com/amilabs/counterparty-tools

Last synced: 7 days ago
JSON representation

Online tools developed to work with Counterparty transactions. Create, sign, and broadcast multisignature transactions with Counterparty Assets or bitcoins. Operates with Mainnet and Testnet.

Awesome Lists containing this project

README

        

# Сounterparty tools
Online tools developed to work with Counterparty transactions.
Create, sign, and broadcast multisignature transactions with Counterparty Assets or bitcoins.

Operates with Mainnet and Testnet.

[Online version available here](http://cp-tools.amilabs.co)

# Installation

Clone repository into separate webserver's directory.
```
cd /var/www
mkdir cp-tools
git clone https://github.com/amilabs/counterparty-tools.git cp-tools
```

Make sure your web server supports .htaccess and mod_rewrite.

Copy cfg/config.tools.sample.php to cfg/config.tools.php and specify counterparty and bitcoind RPC addresses.

Use composer to install dependencies.
```
php composer.phar install
```