The frontend for the project formerly known as signet, now known as beignet.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Jared d038a9f52c Change threshold in NearlyCompletedFunds преди 1 година
public init преди 2 години
src Change threshold in NearlyCompletedFunds преди 1 година
tests/unit Broke out requests into another file преди 1 година
.browserslistrc init преди 2 години
.editorconfig init преди 2 години
.eslintrc.js init преди 2 години
.gitignore Initial commit преди 2 години
README.md Update readme with features преди 1 година
babel.config.js init преди 2 години
package-lock.json Change some data types, introduce infrastructure to send payments to contributors преди 1 година
package.json Change some data types, introduce infrastructure to send payments to contributors преди 1 година
tsconfig.json init преди 2 години
vue.config.js Add some features, remove some code, fix some bugs преди 2 години
yarn.lock Change some data types, introduce infrastructure to send payments to contributors преди 1 година

README.md

beignet

Motivation

Beignet is an app developed for QSI group funds. It was developed to minimize errors in contributions to group funds as well as in the distribution of rewards to contributors.

Features

For contributors

Beignet has functionality to allow users to contribute to a group fund. The seed or “secret key” of contributors is not stored on the server, it is only needed to process transactions using horizon and txnbuild APIs and is immediately sent to the API upon group fund contribution.

For auditors

Beignet can allow auditors to purchase assets with the press of a button. It can also send bonus tokens to users with a press of a button (after selection).

For both

Beignet displays the total number of XLM contributed and the estimated reward per wallet.

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Run your unit tests

yarn test:unit

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.