Vxatz / community-hub

[Optimism] Community Hub

Home Page:https://community.optimism.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Optimism Community Hub

Discord Twitter Follow

Optimism is a Layer 2 platform for Ethereum.

Optimism is, in a nutshell, an application inside of Ethereum that executes transactions more efficiently than Ethereum itself. It's based on the concept of the Optimistic Rollup, a construction that allows us to "optimistically" publish transaction results without actually executing those transactions on Ethereum (most of the time). Optimism makes transactions cheaper, faster, and smarter.

Please note that this repository is undergoing rapid development.


This is the source for the community hub.

Usage

Serve Locally

yarn dev

Then navigate to http://localhost:8080. If that link doesn't work, double check the output of yarn dev. You might already be serving something on port 8080 and the site may be on port 8081.

Build for Production

yarn build

You probably don't need to run this command, but now you know.

About

[Optimism] Community Hub

https://community.optimism.io

License:MIT License


Languages

Language:Vue 89.2%Language:Stylus 7.4%Language:JavaScript 3.4%