Giter Site home page Giter Site logo

gddark / polaris Goto Github PK

View Code? Open in Web Editor NEW

This project forked from berachain/polaris

0.0 0.0 0.0 28.94 MB

Polaris is a modular implementation of the Ethereum Virtual Machine (EVM). It can be easily integrated into any consensus engine or application, including the Cosmos-SDK.

Home Page: https://polaris.berachain.dev/

License: Other

Shell 5.46% JavaScript 0.14% Io 0.80% Go 85.22% Makefile 1.29% Dockerfile 0.93% Solidity 6.16%

polaris's Introduction

Polaris Monorepo โ„๏ธ๐Ÿ”ญ

The project is still work in progress, see the disclaimer below.

What is Polaris?

Introducing Polaris, the revolutionary framework designed to simplify the integration of an Ethereum Virtual Machine (EVM) into your application. Polaris is built with a clean, easy-to-integrate API that eliminates the need for developers to spend time hacking together their own EVM integration solutions. Our framework is highly modular, allowing you to choose the components that best fit your needs and integrate an EVM environment into virtually any application.

Polaris is built with several core principles in mind:

  1. Modularity: Each component is developed as a distinct package, complete with thorough testing, documentation, and benchmarking. You can use these components individually or combine them to create innovative EVM integrations.
  2. Configurability: We want Polaris to be accessible to as many teams and use cases as possible. To support this, our framework is highly configurable, allowing you to tailor it to your specific needs.
  3. Performance: In today's competitive crypto landscape, performance is key. Polaris is optimized to deliver the highest levels of performance and efficiency.
  4. Contributor Friendliness: We believe that open collaboration is key to driving innovation in blockchain development. While Polaris is currently licensed under BUSL-1.1, we plan to adjust our licensing to support contributor-based schemes as we approach production readiness.
  5. Memes: If ur PR doesn't have a meme in it like idk sry bro, gg wp glhf.

Documentation

If you want to build on top of Polaris, take a look at our documentation. If you want to help contribute to the framework, check out the Framework Specs.

Directory Structure

Polaris utilizes go workspaces to break up the repository into logical sections, helping to reduce cognitive overhead.

๐Ÿ”ญ Polaris ๐Ÿ”ญ
โ”œโ”€โ”€ build: Build scripts and developer tooling.
โ”œโ”€โ”€ contracts: Contracts and bindings for Polaris (and hosts).
โ”œโ”€โ”€ cosmos: Polaris integrated into a Cosmos-SDK based chain.
โ”œโ”€โ”€ e2e: End-to-end testing utilities.
โ”œโ”€โ”€ eth: The Core of the Polaris Ethereum Framework.
โ”œโ”€โ”€ lib: A collection of libraries used throughout the repo.
โ”œโ”€โ”€ proto: Protobuf definitions.

Build & Test

Golang 1.20+ and Foundry are required for Polaris.

  1. Install go 1.21+ from the official site or the method of your choice. Ensure that your GOPATH and GOBIN environment variables are properly set up by using the following commands:

    For Ubuntu:

    cd $HOME
    sudo apt-get install golang jq -y
    export PATH=$PATH:/usr/local/go/bin
    export PATH=$PATH:$(go env GOPATH)/bin

    For Mac:

    cd $HOME
    brew install go jq
    export PATH=$PATH:/opt/homebrew/bin/go
    export PATH=$PATH:$(go env GOPATH)/bin
  2. Install Foundry:

    curl -L https://foundry.paradigm.xyz | bash
  3. Clone, Setup and Test:

    cd $HOME
    git clone https://github.com/berachain/polaris
    cd polaris
    git checkout main
    make test-unit
  4. Start a local development network:

    make start

๐Ÿšง WARNING: UNDER CONSTRUCTION ๐Ÿšง

This project is work in progress and subject to frequent changes as we are still working on wiring up the final system. It has not been audited for security purposes and should not be used in production yet.

The network will have an Ethereum JSON-RPC server running at http://localhost:8545 and a Tendermint RPC server running at http://localhost:26657.

polaris's People

Contributors

itsdevbear avatar calbera avatar dependabot[bot] avatar neverdefined avatar archbear avatar ocnc avatar brickbera avatar shampoobera avatar garrettparris avatar corduroybera avatar taeguk avatar transmissions12 avatar jcstein avatar mmsqe avatar hunter-bera avatar dbadoy avatar xiaolou86 avatar ethisscam avatar shuoer86 avatar po-bera avatar omahs avatar nashqueue avatar pucedoteth avatar lilasxie avatar kienn6034 avatar technicallyty avatar tnv1 avatar tranhoaison avatar steve806 avatar dzizazda avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.