-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update README.md
- Loading branch information
Showing
6 changed files
with
25 additions
and
224 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
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 |
---|---|---|
@@ -1,17 +1,16 @@ | ||
# DLockers | ||
|
||
This repo produce a [server](https://github.com/EddyTheCo/DLockers/tree/main/Server/) and a [client](https://github.com/EddyTheCo/DLockers/tree/main/Client/) applications that communicate peer-to-peer using the IOTA network. | ||
We are not interested in the speculative side of crypto and we are not associated with the Iota Foundation. | ||
This repo produces a [server](https://github.com/EddyTheCo/DLockers/tree/main/Server/) and a [client](https://github.com/EddyTheCo/DLockers/tree/main/Client/) applications that communicate peer-to-peer using the IOTA network. | ||
We are not interested in crypto's speculative side and are not associated with the Iota Foundation. | ||
We discourage investing in Shimmer and IOTA because that will be investing in the Iota Foundation and its pursuit of centralizing the development and protocol. | ||
|
||
|
||
|
||
|
||
Use the [web client](https://eddytheco.github.io/DLockers/Client/) or set a [MockUpServer](https://eddytheco.github.io/DLockers/MockupServer/). | ||
|
||
## The bigger picture | ||
|
||
* Any person can start renting physical space for lockers. | ||
* You do not depend on centralized company servers to store your business data or to process payments. | ||
* As long as you maintain a node(blockchain), your gainings and business data are cryptographically secured. | ||
* The code is open source and grants you certain rights and responsibilities to respect other people's rights. | ||
* The open source code grants you certain rights and responsibilities to respect other people's rights. | ||
* By using NFTs the client can pass the right to open a box to other clients. |
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
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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# [Mockup Server](https://eddytheco.github.io/Dlockers/MockupServer/index.html) | ||
|
||
This is a mock-up server for testing the Dlockers protocol. | ||
It will allow you to set a Dlocker server. | ||
It will allow you to set up a Dlocker server. | ||
For the server to start working one has to send some coins to the server account. | ||
The server can use your position as the server position, by default it will take a random position. | ||
Take into account your position will be disclosed publicly if you allow it. | ||
Take into account that your position will be disclosed publicly if you allow it. | ||
|
||
You can also set up a real [Dlocker server](https://github.com/EddyTheCo/DLockers/tree/main/Server) | ||
You can book on the server by using the [Dlocker Client](https://github.com/EddyTheCo/DLockers/tree/main/Client) |
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,4 @@ | ||
# DLockers | ||
|
||
Use the [web client](https://eddytheco.github.io/DLockers/Client/) or set a [MockUpServer](https://eddytheco.github.io/DLockers/MockupServer/). | ||
|