https://github.com/lepetitbloc/lapetitechaine
:link: Blockchain project in PHP
https://github.com/lepetitbloc/lapetitechaine
blockchain crazystuff wip
Last synced: 3 months ago
JSON representation
:link: Blockchain project in PHP
- Host: GitHub
- URL: https://github.com/lepetitbloc/lapetitechaine
- Owner: LePetitBloc
- License: mit
- Created: 2018-02-23T15:59:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-21T16:05:24.000Z (about 8 years ago)
- Last Synced: 2025-04-13T21:45:43.613Z (about 1 year ago)
- Topics: blockchain, crazystuff, wip
- Language: PHP
- Homepage:
- Size: 73.2 KB
- Stars: 6
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Support: SUPPORT.md
Awesome Lists containing this project
README
# La Petite Chaine
A fuckin' awesome PHP project with a lot of buzzwords (like blockchain, crypto etc).
## Why?
Why does this project exist? Come on, don't delete this part. Fill it.
Yes it's hard, but it's perhaps the most important part of the README.
As to why *this* project exist, it's to serve as a template for future open
source PHP projects. Of course, feel free to fork it and make your own recipe.
## Installation
Describe how to install the project/library/framework/…
Make sure your installation instructions work by testing them!
## Usage
Describe how to use the project. A gif or a short code example is the best
way to show how it works. Also keep paragraphs short and sentences simple: not
everybody speaks english well.
For the sake of the example here is how you can use this project template
as a basis for your own repository:
```bash
git clone https://github.com/vanoix/repository-template.git my-project
cd my-project
# Remove the git repository metadata
rm -rf .git/
# Start a brand new repository
git init
git add .
```
Easy peasy! Now you just have to code.
Make sure your examples work by testing them! I didn't test mine and I should feel ashamed.
## Code of conduct
See the [CODE OF CONDUCT](CODE_OF_CONDUCT.md) file. (Don't forget to change default email)
## Contributing
See the [CONTRIBUTING](CONTRIBUTING.md) file.
## License
Come on, [choose a license](http://choosealicense.com/) already! If you don't know or don't
care, the MIT license is the most widely used license.
For *this* project, I choose […drumroll…] the [Do What the Fuck You Want to Public License](http://www.wtfpl.net/).
## Support
See the [SUPPORT](SUPPORT.md) file. (Don't forget to change default email/slack/...)
## Templates
You should review templates for issue/(pull|merge) requests for github and gitlab. Feel free to
update them and, if you work with gitlab, add others templates.
## Credits
- README, CONTRIBUTING and LICENSE are heavily inspired by [project-template](https://github.com/mnapoli/project-template)
- Issue and PullRequest templates comes from [Open-Source Templates](https://www.talater.com/open-source-templates/#/)