The frontend for the project formerly known as signet, now known as beignet.
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 
Jared 7c862e585f Add some views and modify a test 1 рік тому
public init 2 роки тому
src Add some views and modify a test 1 рік тому
tests/unit Add some views and modify a test 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 Add some views and modify a test 1 рік тому
package.json Add some views and modify a test 1 рік тому
tsconfig.json init 2 роки тому
vue.config.js Add some features, remove some code, fix some bugs 2 роки тому
yarn.lock Add some views and modify a test 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.