The frontend for the project formerly known as signet, now known as beignet.
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
Jared f3be83dfa3 Edited modify user section vor 1 Jahr
public init vor 2 Jahren
src Edited modify user section vor 1 Jahr
tests/unit Broke out requests into another file vor 1 Jahr
.browserslistrc init vor 2 Jahren
.editorconfig init vor 2 Jahren
.eslintrc.js init vor 2 Jahren
.gitignore Initial commit vor 2 Jahren
README.md Update readme with features vor 1 Jahr
babel.config.js init vor 2 Jahren
package-lock.json Change some data types, introduce infrastructure to send payments to contributors vor 1 Jahr
package.json Change some data types, introduce infrastructure to send payments to contributors vor 1 Jahr
tsconfig.json init vor 2 Jahren
vue.config.js Add some features, remove some code, fix some bugs vor 2 Jahren
yarn.lock Change some data types, introduce infrastructure to send payments to contributors vor 1 Jahr

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.