-
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.
* Initial repo structure * added links * added redsolver proposal * updated main README * added suggestions * fix * added feed page
- Loading branch information
Showing
5 changed files
with
16 additions
and
1 deletion.
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 |
---|---|---|
@@ -1 +1,12 @@ | ||
# skystandards | ||
# Skystandards | ||
|
||
[Skynet](https://siasky.net/) is a decentralized environment where data is accessible from different applications. Having a standard for data is therefore crucial for applications to communicate with each other. This repo aims to be a proposal for **data standards to be adopted in Skynet applications** in such a way that users can share and use their data in different Skynet apps, thus reaping the benefits and exploiting the full potential of Skynet. | ||
|
||
This project is in its embryonic stage. Feel free to collaborate and express your opinion in order to create a free and decentralized internet that we like. | ||
|
||
# Data type | ||
|
||
- [Feed Page](feed-page/README.md) | ||
- [Post](feed-page/post/README.md) | ||
- [Profile](profile/README.md) | ||
- [User Relations](user-relations/README.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 @@ | ||
# Feed Page |
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 @@ | ||
# Post |
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 @@ | ||
# Profile |
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 @@ | ||
# User Relations |