Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/amilabs/counterparty-tools
- Owner: amilabs
- License: mit
- Created: 2015-06-22T09:03:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-12-17T11:08:18.000Z (almost 3 years ago)
- Last Synced: 2023-02-28T12:36:53.970Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://cp-tools.amilabs.co/
- Size: 1.64 MB
- Stars: 6
- Watchers: 6
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```