The frontend for the project formerly known as signet, now known as beignet.
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

2 роки тому
2 роки тому
2 роки тому
2 роки тому
2 роки тому
2 роки тому
2 роки тому
2 роки тому
2 роки тому
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. # beignet
  2. ## Motivation
  3. Beignet is an app developed for QSI group funds. It was developed to minimize errors in
  4. contributions to group funds as well as in the distribution of rewards to contributors.
  5. ## Features
  6. ### For contributors
  7. Beignet has functionality to allow users to contribute to a group fund. The seed or
  8. "secret key" of contributors is not stored on the server, it is only needed to process
  9. transactions using `horizon` and `txnbuild` APIs and is immediately sent to the API
  10. upon group fund contribution.
  11. ### For auditors
  12. Beignet can allow auditors to purchase assets with the press of a button. It can also send
  13. bonus tokens to users with a press of a button (after selection).
  14. ### For both
  15. Beignet displays the total number of XLM contributed and the estimated reward per wallet.
  16. ## Project setup
  17. ```
  18. yarn install
  19. ```
  20. ### Compiles and hot-reloads for development
  21. ```
  22. yarn serve
  23. ```
  24. ### Compiles and minifies for production
  25. ```
  26. yarn build
  27. ```
  28. ### Run your unit tests
  29. ```
  30. yarn test:unit
  31. ```
  32. ### Lints and fixes files
  33. ```
  34. yarn lint
  35. ```
  36. ### Customize configuration
  37. See [Configuration Reference](https://cli.vuejs.org/config/).