Ebazhanov / tgrade-app

Tgrade - building a secure, regulatory friendly, decentralised finance platform.

Home Page:https://dapp.tgrade.finance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tgrade

Tgrade is a public, permissionless blockchain designed with decentralisation at its heart.

Get started

  • connection to blockchain via Docker (Win, Mac Intel) or Digital Ocean (Mac M1) $ REMOTE=root@164.92.85.248 ./scripts/remote_start.sh
  • $ yarn start:local

Integration tests

  • $ yarn test // to run tests locally
  • $ yarn test:coverage // generate test coverage

E2E tests

CircleCI

E2E tests is using opensource framework called Cypress https://docs.cypress.io/guides/overview/why-cypress

Usage

the same rules applied for running tests in Circleci more details in workflows: .circleci/config.yml

Deployment to *.tgrade.finance websites

Project structure:

  ├── src
  │   ├── ...
  │   ├── codec
  │   └── ...

About

Tgrade - building a secure, regulatory friendly, decentralised finance platform.

https://dapp.tgrade.finance

License:Apache License 2.0


Languages

Language:TypeScript 95.5%Language:Gherkin 2.8%Language:Shell 0.9%Language:JavaScript 0.6%Language:HTML 0.3%Language:CSS 0.0%