Tgrade is a public, permissionless blockchain designed with decentralisation at its heart.
- connection to blockchain via Docker (Win, Mac Intel) or Digital Ocean (Mac M1)
$ [email protected] ./scripts/remote_start.sh
$ yarn start:local
$ yarn test
// to run tests locally$ yarn test:coverage
// generate test coverage
E2E 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 mode
the same rules applied for running tests in Circleci more details in workflows: .circleci/config.yml
- how to deploy slab.com/posts
- how to rollback slab.com/posts
├── src
│ ├── ...
│ ├── codec
│ └── ...
- all files and context inside src/codec folder generated automatically based on scripts/proto/codegen.sh script, more details see in scripts/proto/get-proto.sh