Skip to content
This repository was archived by the owner on Feb 12, 2021. It is now read-only.

Latest commit

 

History

History
34 lines (27 loc) · 1.49 KB

File metadata and controls

34 lines (27 loc) · 1.49 KB

Grid has the mission to empower users with the latest and greatest of the ethereum ecosystem toolset.

It aims to greatly improve developer and user experience, enabling them to manage and run select tools with ease.

<style>.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }</style>
<iframe src='https://www.youtube.com/embed/v_Fpb-KuHU0' frameborder='0' allowfullscreen></iframe>

Downloads

Latest release {{ site.github.latest_release.tag_name }}

OS File
{% for asset in site.github.latest_release.assets -%}
{%- if asset.name contains ".yml" or asset.name contains ".blockmap" %}{% else -%}
{%- if asset.name contains ".exe" -%} Windows installer
{%- elsif asset.name contains "-win.zip" -%} Windows
{%- elsif asset.name contains "-mac.zip" -%} Mac
{%- elsif asset.name contains ".dmg" -%} Mac
{%- elsif asset.name contains ".rpm" -%} Linux
{%- elsif asset.name contains ".deb" -%} Linux (Debian)
{%- elsif asset.name contains ".snap" -%} Linux (Universal)
{%- elsif asset.name contains ".AppImage" -%} Linux (Portable)
{%- else -%} -
{%- endif -%}
[{{ asset.name }}]({{ asset.browser_download_url }})
{% endif -%}
{% endfor %}

For other releases, please head to GitHub.