Skip to content

syscoin/community-hub

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Rollux Community Hub

Discord Twitter Follow

Rollux is an EVM-equivalent Layer 2 platform.

Rollux is, in a nutshell, an application inside of Syscoin NEVM that executes transactions more efficiently than NEVM 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 Syscoin NEVM (most of the time). Rollux makes transactions cheaper, faster, and smarter.

Rollux is based upon Optimism Bedrock and is developed to take advantage of the holistically modular Syscoin blockchain platform and the Layer 1 data availability it provides. Syscoin provides some notable advantages in security, decentralization and scalability, particularly for Layer 2 EVM solutions, which is why it was chosen as the Layer 1 on which Rollux activity settles.

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.

Releases

No releases published

Packages

No packages published

Languages

  • Vue 87.0%
  • Stylus 7.3%
  • JavaScript 5.7%