From e828b65175ed083cc429d721180a54a31fbcd969 Mon Sep 17 00:00:00 2001 From: Kamil Molendys <1657091+kamy22@users.noreply.github.com> Date: Mon, 18 Jan 2021 19:25:06 +0100 Subject: [PATCH] Initial repo structure (#1) * Initial repo structure * added links * added redsolver proposal * updated main README * added suggestions * fix * added feed page --- README.md | 13 ++++++++++++- feed-page/README.md | 1 + feed-page/post/README.md | 1 + profile/README.md | 1 + user-relations/README.md | 1 + 5 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 feed-page/README.md create mode 100644 feed-page/post/README.md create mode 100644 profile/README.md create mode 100644 user-relations/README.md diff --git a/README.md b/README.md index 8f9882c..f42fc12 100644 --- a/README.md +++ b/README.md @@ -1 +1,12 @@ -# skystandards \ No newline at end of file +# 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) diff --git a/feed-page/README.md b/feed-page/README.md new file mode 100644 index 0000000..c06a7f5 --- /dev/null +++ b/feed-page/README.md @@ -0,0 +1 @@ +# Feed Page \ No newline at end of file diff --git a/feed-page/post/README.md b/feed-page/post/README.md new file mode 100644 index 0000000..be67612 --- /dev/null +++ b/feed-page/post/README.md @@ -0,0 +1 @@ +# Post \ No newline at end of file diff --git a/profile/README.md b/profile/README.md new file mode 100644 index 0000000..6f4ee70 --- /dev/null +++ b/profile/README.md @@ -0,0 +1 @@ +# Profile \ No newline at end of file diff --git a/user-relations/README.md b/user-relations/README.md new file mode 100644 index 0000000..ac10ce8 --- /dev/null +++ b/user-relations/README.md @@ -0,0 +1 @@ +# User Relations \ No newline at end of file