Skip to content

confio/tgrade-app

Repository files navigation

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
  │   └── ...