diff --git a/README.md b/README.md index 070f93c6..76124d2a 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,23 @@ Chaingear is a set of smart contracts which operating in consensus computer with ## General Chaingear/Database pipeline ![general_pipeline](docs/mermaid/pipelines-general_pipeline.svg) +### web3 Application +#### General +| | | +|-|-| +|![chaingear-general](./docs/app/chaingear.png)|![database-token](./docs/app/database-token.png)| + +#### Database +| | | +|-|-| +|![database-admin](./docs/app/database-admin.png)|![entry-token](./docs/app/entry-token.png)| + +#### Database Deploy and Schema designer +| | | +|-|-| +|![database](./docs/app/database-deploy.png)| +![schema-gen](./docs/app/schema-gen.png)| + ## Join Us On Telegram If you're interested in using or developing Chaingear, come [join us on Telegram](https://t.me/fuckgoogle) diff --git a/docs/app/database-admin.png b/docs/app/database-admin.png index 111cddf7..3b70219a 100644 Binary files a/docs/app/database-admin.png and b/docs/app/database-admin.png differ diff --git a/docs/app/database-deploy.png b/docs/app/database-deploy.png new file mode 100644 index 00000000..d4f3abdc Binary files /dev/null and b/docs/app/database-deploy.png differ diff --git a/docs/app/database.png b/docs/app/database.png deleted file mode 100644 index b52b65c4..00000000 Binary files a/docs/app/database.png and /dev/null differ diff --git a/docs/app/entry-token.png b/docs/app/entry-token.png index 891c43b9..ddedc3e0 100644 Binary files a/docs/app/entry-token.png and b/docs/app/entry-token.png differ diff --git a/docs/app/schema-gen.png b/docs/app/schema-gen.png index ae6733ac..f9901e49 100644 Binary files a/docs/app/schema-gen.png and b/docs/app/schema-gen.png differ diff --git a/whitepaper.md b/whitepaper.md index 0c414b77..b1350b3d 100644 --- a/whitepaper.md +++ b/whitepaper.md @@ -84,12 +84,15 @@ Our solution is save in database contract schema's definition which allow determ |![chaingear-general](./docs/app/chaingear.png)|![database-token](./docs/app/database-token.png)| #### Database -| | | | -|-|-|-| -|![database](./docs/app/database.png)|![database-admin](./docs/app/database-admin.png)|![entry-token](./docs/app/entry-token.png)| +| | | +|-|-| +|![database-admin](./docs/app/database-admin.png)|![entry-token](./docs/app/entry-token.png)| -#### Schema designer -![schema-gen](./docs/app/schema-gen.png) +#### Database Deploy and Schema designer +| | | +|-|-| +|![database](./docs/app/database-deploy.png)| +![schema-gen](./docs/app/schema-gen.png)| ### Future work and releases - Design and architecture, security