Skip to content

Commit

Permalink
Merge pull request #66 from gosh-sh/L2_usage
Browse files Browse the repository at this point in the history
L2 usage begin
  • Loading branch information
Oxydixi authored Oct 11, 2023
2 parents 8ee44d3 + d287f5e commit 1a7ba98
Show file tree
Hide file tree
Showing 23 changed files with 54 additions and 20 deletions.
24 changes: 23 additions & 1 deletion docs/ethereum-L2.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,29 @@ Which is less of an a probability of successful attack on Bitcoin blockchain:

## **Usage**
Any DAO on GOSH can become Ethereum Layer 2 with a click of a button.
DAO members can choose to have their token available in Ethereum, effectively making any project its own L2. And because GOSH L2 supports ERC-20 Tokenization, we offer easy ecosystem integration for any project...............

!!! info
This is only possible in the GOSH version at least 6.1.0

To do this, go to the Etherium tab:

![](images/etherium_usage_begin2.jpg)

or select the appropriate section by clicking on your profile in the right corner:

![](images/etherium_usage_begin1.jpg)

Now we can test the ETH transfer in the alpha version.

Сlick on:

![](images/etherium_usage_begin3.jpg)





<!-- DAO members can choose to have their token available in Ethereum, effectively making any project its own L2. And because GOSH L2 supports ERC-20 Tokenization, we offer easy ecosystem integration for any project............... -->


## **Definitions**
Expand Down
Binary file added docs/images/error_complete_upgrading.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/error_complete_upgrading2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/error_complete_upgrading3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/error_tokens_not_tranf_yet.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/etherium_usage_begin1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/etherium_usage_begin2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/etherium_usage_begin3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/transfering_tokens.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/upgrade_DAO_6_1_0.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 14 additions & 2 deletions site/ethereum-L2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -878,8 +878,20 @@ <h2 id="contracts"><strong>Contracts</strong></h2>
<li>tip3wallet</li>
</ul>
<h2 id="usage"><strong>Usage</strong></h2>
<p>Any DAO on GOSH can become Ethereum Layer 2 with a click of a button.
DAO members can choose to have their token available in Ethereum, effectively making any project its own L2. And because GOSH L2 supports ERC-20 Tokenization, we offer easy ecosystem integration for any project...............</p>
<p>Any DAO on GOSH can become Ethereum Layer 2 with a click of a button.</p>
<div class="admonition info">
<p class="admonition-title">Info</p>
<p>This is only possible in the GOSH version at least 6.1.0</p>
</div>
<p>To do this, go to the Etherium tab:</p>
<p><img alt="" src="../images/etherium_usage_begin2.jpg" /></p>
<p>or select the appropriate section by clicking on your profile in the right corner:</p>
<p><img alt="" src="../images/etherium_usage_begin1.jpg" /></p>
<p>Now we can test the ETH transfer in the alpha version.</p>
<p>Сlick on:</p>
<p><img alt="" src="../images/etherium_usage_begin3.jpg" /></p>
<!-- DAO members can choose to have their token available in Ethereum, effectively making any project its own L2. And because GOSH L2 supports ERC-20 Tokenization, we offer easy ecosystem integration for any project............... -->

<h2 id="definitions"><strong>Definitions</strong></h2>
<p><strong>Proposer</strong> is an off-chain program that any user can run on their own machine. It packages all necessary data to prove to GOSH chain that a particular transaction (let’s call them “L2 transactions”) on Ethereum Network took place and vise versa — to prove to Ethereum ELOCK smart contract (i.e. Ethereum validators) that an L2 transaction took place on the GOSH Blockchain.</p>
<p>Proposer will always accumulate all transactions that are currently not applied to generate the proof, thus ensuring that all transactions of the opposite network are applied. If that is not the case the State Validation function will fail.</p>
Expand Down
Binary file added site/images/error_complete_upgrading.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added site/images/error_complete_upgrading2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added site/images/error_complete_upgrading3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added site/images/error_tokens_not_tranf_yet.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added site/images/etherium_usage_begin1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added site/images/etherium_usage_begin2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added site/images/etherium_usage_begin3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added site/images/transfering_tokens.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added site/images/upgrade_DAO_6_1_0.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion site/search/search_index.json

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions site/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,82 +2,82 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>None</loc>
<lastmod>2023-10-10</lastmod>
<lastmod>2023-10-11</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2023-10-10</lastmod>
<lastmod>2023-10-11</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2023-10-10</lastmod>
<lastmod>2023-10-11</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2023-10-10</lastmod>
<lastmod>2023-10-11</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2023-10-10</lastmod>
<lastmod>2023-10-11</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2023-10-10</lastmod>
<lastmod>2023-10-11</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2023-10-10</lastmod>
<lastmod>2023-10-11</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2023-10-10</lastmod>
<lastmod>2023-10-11</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2023-10-10</lastmod>
<lastmod>2023-10-11</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2023-10-10</lastmod>
<lastmod>2023-10-11</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2023-10-10</lastmod>
<lastmod>2023-10-11</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2023-10-10</lastmod>
<lastmod>2023-10-11</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2023-10-10</lastmod>
<lastmod>2023-10-11</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2023-10-10</lastmod>
<lastmod>2023-10-11</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2023-10-10</lastmod>
<lastmod>2023-10-11</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2023-10-10</lastmod>
<lastmod>2023-10-11</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>
Binary file modified site/sitemap.xml.gz
Binary file not shown.

0 comments on commit 1a7ba98

Please sign in to comment.