This repository stores a collection of e2e tests in JS that aim to test the most critical functionality of Subtensor and Subtensor EVM such as
- Capability of block production
- Capability to include and execute transactions
- Subnet operations
- Emissions and staking rewards
- EVM transactions
- EVM smart contract deployment
- EVM gas cost etc.
-
Run a local subtensor node (using port 9944 for ws)
-
Execute tests
yarn install
npm run test