Jared 5d2c1c11cc | пре 1 година | |
---|---|---|
public | пре 2 година | |
src | пре 1 година | |
tests/unit | пре 1 година | |
.browserslistrc | пре 2 година | |
.editorconfig | пре 2 година | |
.eslintrc.js | пре 2 година | |
.gitignore | пре 2 година | |
README.md | пре 1 година | |
babel.config.js | пре 2 година | |
package-lock.json | пре 1 година | |
package.json | пре 1 година | |
tsconfig.json | пре 2 година | |
vue.config.js | пре 2 година | |
yarn.lock | пре 1 година |
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.
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.
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).
Beignet displays the total number of XLM contributed and the estimated reward per wallet.
yarn install
yarn serve
yarn build
yarn test:unit
yarn lint