An open API service indexing awesome lists of open source software.

https://github.com/keep-starknet-strange/beerus-x

A Beerus Light Client Chrome Extension.
https://github.com/keep-starknet-strange/beerus-x

Last synced: 2 months ago
JSON representation

A Beerus Light Client Chrome Extension.

Awesome Lists containing this project

README

        


Beerus X







Report a Bug
-
Request a Feature



[![GitHub Workflow Status](https://github.com/keep-starknet-strange/beerus/actions/workflows/check.yml/badge.svg)](https://github.com/keep-starknet-strange/beerus-x/actions/workflows/check.yml)
[![Project license](https://img.shields.io/github/license/keep-starknet-strange/beerus.svg?style=flat-square)](LICENSE)
[![Pull Requests welcome](https://img.shields.io/badge/PRs-welcome-ff69b4.svg?style=flat-square)](https://github.com/keep-starknet-strange/beerus/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22)

## Overview
A Beerus Light Client Chrome Extension.

## Setup

- navigate to `chrome://extensions`
- enable developer mode
- click `load unpacked` -> select root dir

***compile WASM module(BROKEN)***
```sh
cd beerrus-js
cargo build --target wasm32-unknown-unknown
```