Skip to content

SquishCoin - My own implementation of blockchain (PSR-4 Standard)

Notifications You must be signed in to change notification settings

squishfunk/squishcoin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SquishCoin

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.

About

SquishCoin - My own implementation of blockchain (PSR-4 Standard)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages