-
Notifications
You must be signed in to change notification settings - Fork 1
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
4 additions
and
3 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -101,13 +101,14 @@ Ceylon is released under the Apache-2.0 license. See the [LICENSE](LICENSE) file | |
|
||
For questions or support, please contact us at [[email protected]](mailto:[email protected]). | ||
|
||
DISCLAIMER: | ||
This project implements a peer-to-peer (P2P) networking solution designed for software agent communication, entirely | ||
## DISCLAIMER | ||
|
||
**This project implements a peer-to-peer (P2P) networking solution designed for software agent communication, entirely | ||
independent of any blockchain technology. Our system utilizes libp2p Rust implementation for enabling cross-network | ||
communication between software agents, following distributed networking principles similar to BitTorrent. While libp2p | ||
is also used in some blockchain projects, our implementation does not incorporate, rely on, or interact with any | ||
blockchain or cryptocurrency technologies. Each agent in our network functions as an autonomous software component, | ||
processing data and communicating through our P2P implementation powered by libp2p. | ||
processing data and communicating through our P2P implementation powered by libp2p.** | ||
|
||
--- | ||
|
||
|