The frontend for the project formerly known as signet, now known as beignet.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
Jared f5a6c6ffb6 Componentized a common control il y a 1 an
public init il y a 2 ans
src Componentized a common control il y a 1 an
tests/unit Broke out requests into another file il y a 1 an
.browserslistrc init il y a 2 ans
.editorconfig init il y a 2 ans
.eslintrc.js init il y a 2 ans
.gitignore Initial commit il y a 2 ans
README.md Update readme with features il y a 1 an
babel.config.js init il y a 2 ans
package-lock.json Change some data types, introduce infrastructure to send payments to contributors il y a 1 an
package.json Change some data types, introduce infrastructure to send payments to contributors il y a 1 an
tsconfig.json init il y a 2 ans
vue.config.js Add some features, remove some code, fix some bugs il y a 2 ans
yarn.lock Change some data types, introduce infrastructure to send payments to contributors il y a 1 an

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.