Tgrade is a public, permissionless blockchain designed with decentralisation at its heart.
$ REMOTE=root@164.92.85.248 ./scripts/remote_start.sh
$ yarn start:local
$ yarn test
// to run tests locally$ yarn test:coverage
// generate test coverageE2E tests is using opensource framework called Cypress https://docs.cypress.io/guides/overview/why-cypress
$ cy:open:local
// will open "Test runner" to run on http://localhost:3000/$ cy:run:local
// to run on http://localhost:3000/ in headless modethe same rules applied for running tests in Circleci more details in workflows: .circleci/config.yml
*.tgrade.finance
websites ├── src
│ ├── ...
│ ├── codec
│ └── ...