squishfunk/squishcoin

Implementation of blockchain cryptocurrency written in PHP

dev-master 2023-11-13 16:40 UTC

This package is auto-updated.

Last update: 2024-05-13 17:52:00 UTC


README

SquishCoin is an implementation of a blockchain cryptocurrency written in PHP.

About

This project is maintained by Damian. You can contact Damian at kitlasdamian@gmail.com.

Installation

To install SquishCoin and its dependencies, use Composer. Make sure you have Composer installed and then run:

composer install

Requirements

SquishCoin has the following requirements:

Development

If you want to contribute to SquishCoin, you should also install development dependencies. You can do this by running:

composer require squishfunk/squishcoin:dev-master 

Testing

SquishCoin uses PHPUnit for testing. You can run the tests using the following command:

vendor/bin/phpunit

License

SquishCoin is released under the MIT License.