Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Application for Apron Network #116

Merged
merged 3 commits into from
Nov 26, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update Apron_Network.md
Add functions list
  • Loading branch information
Toney2000 authored Nov 25, 2020
commit 32e0c7b43770e9c622367df0f906cb762bab3ad8
4 changes: 2 additions & 2 deletions applications/Apron_Network.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,9 @@ The following components will be included:
| 0b. | Documentation | The documentation will be provided to show the whole achitecture of the Apron Network. |
| 0c. | Testing Guide | The testing guide will be provided to test each component. |
| 1. | Apron Node Repo | We will create a customized chain node with Substrate 2.0 Framework, it will contains the OCW module to report API usage statistics on-chain. |
| 2. | Apron Market Contracts Repo | The contracts will be implemented with Ink!, and it will handle all the API services related functions. |
| 2. | Apron Market Contracts Repo | The contracts will be implemented with Ink!, and it will handle all the API services related functions such as 1) Staking tokens to register API service for node runner, 2) Register and unregister API service for node runner, 3) Define the price of API service for node runner, 4) Apply API service access key for node runner and DApp developers, 5) Billing System of the API usage for node runner and DApp developers, 6)Interface to integrate with a DAO to solve dispute between node runner and DApp developer|
| 3. | Decentralized API Market / Front End Repo | It's a webpage working with Arpon Network, it's implemented based on polkadot.js as planned. |
| 4. | Apron SDK Repo | It's a JS lib to interact with Apron Network. |
| 4. | Apron SDK Repo | It's a JS lib to interact with Apron Network for DApp developers to dynamic switch API service endpoint. |
| 5. | Docker | We will provide a dockerfile to demonstrate the full functionality of our chain |
| 6. | Tutorial | We will write an tutorial about how to use Apron Network. |
| 7. | Article | We will write an article published on media channels. |
Expand Down