Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/potlock/bos-app

PotLock BOS (blockchain operating system - decentralized front ends) App
https://github.com/potlock/bos-app

blockchain-operating-system bos direct-donations near near-protocol nearjs potlock public-goods-funding

Last synced: about 1 month ago
JSON representation

PotLock BOS (blockchain operating system - decentralized front ends) App

Awesome Lists containing this project

README

        

# PotLock BOS App

This repository holds the front-end widgets for [PotLock](https://app.potlock.org/). This project is configured as a [bos-workspace](https://github.com/nearbuilders/bos-workspace).

## Getting started

1. Install packages

```cmd
yarn install
```

2. Start dev environment

```cmd
yarn dev
```

This will start a gateway at which will render your local widgets. The entry point for this app is [potlock.near/widget/Index](http://127.0.0.1:8080/potlock.near/widget/Index).

## Testing framework

This project uses [playwright](https://playwright.dev/) for end-to-end testing. These tests are located in the [playwright-tests](./playwright-tests) folder. please read the [README](./playwright-tests/README.md) to learn more about running and writing tests.