Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ee56e8b

Browse files
Update README.md
1 parent adc330f commit ee56e8b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

‎README.md‎

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
11
# Blockchain with php
2-
A personal project
2+
This is just a demo project just for concept purposes. Please don't use this in production. Reasons not to use PHP for blockchain development or in production:
3+
4+
**Security**: Blockchain systems require a high level of security because they deal with valuable assets and transactions. PHP, while it can be secure when used correctly, has had security vulnerabilities in the past. Languages like C++ and Rust have better memory management features that can help prevent common vulnerabilities like buffer overflows.
5+
6+
**Community and Ecosystem**: Blockchain development relies heavily on available libraries, tools, and an active community for support. PHP has a limited ecosystem for blockchain development compared to languages like Python, JavaScript, or Solidity (Ethereum's smart contract language).
7+
8+
**Concurrency**: Many blockchain systems require high levels of concurrency and parallelism. PHP's architecture is typically designed around a request-response model, which may not be well-suited for handling the concurrent nature of blockchain networks.
9+
10+
**Blockchain-specific Libraries**: Most blockchain networks have their own specific libraries and APIs for development. While there might be PHP libraries for blockchain integration, they are not as prevalent or well-maintained as libraries in other languages.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /