The frontend for the project formerly known as signet, now known as beignet.
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
Jared f3be83dfa3 Edited modify user section há 1 ano
public init há 2 anos
src Edited modify user section há 1 ano
tests/unit Broke out requests into another file há 1 ano
.browserslistrc init há 2 anos
.editorconfig init há 2 anos
.eslintrc.js init há 2 anos
.gitignore Initial commit há 2 anos
README.md Update readme with features há 1 ano
babel.config.js init há 2 anos
package-lock.json Change some data types, introduce infrastructure to send payments to contributors há 1 ano
package.json Change some data types, introduce infrastructure to send payments to contributors há 1 ano
tsconfig.json init há 2 anos
vue.config.js Add some features, remove some code, fix some bugs há 2 anos
yarn.lock Change some data types, introduce infrastructure to send payments to contributors há 1 ano

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.