-
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
...ain_integration/pi_network/pi_network_university/docs/blockchain-integration.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Blockchain Integration | ||
===================== | ||
|
||
The Blockchain Integration system allows for secure and decentralized transactions and interactions. | ||
|
||
## Features | ||
|
||
* Integration with the Pi Network blockchain | ||
* Support for blockchain-based transactions and smart contracts | ||
* Decentralized data storage and management | ||
|
||
## API Endpoints | ||
-------------- | ||
|
||
### Blockchain Transactions | ||
|
||
* **GET /blockchain/transactions**: Retrieve a list of all blockchain transactions | ||
* **POST /blockchain/transactions**: Create a new blockchain transaction | ||
* **GET /blockchain/transactions/:id**: Retrieve a specific blockchain transaction by ID | ||
* **PUT /blockchain/transactions/:id**: Update a specific blockchain transaction by ID | ||
* **DELETE /blockchain/transactions/:id**: Delete a specific blockchain transaction by ID |