Test Network details

Name
StorX Testnet

Token Name

STORX

Native Token

SRX

Decimals

18

Stake SRX token

Total Supply

500 Million

Contract Address

Deployments

Testing

  • Test Token Via Proxy npm run test-proxy

  • Test Token Directly npm run test-token

  • Test Both npm run test-all

Contract Testing

A dedicated test suite has been created for testing of staking. Keeping in mind the time-dependent functionality nature of the contract, the block timestamp has been altered to test the contract at various points in time.

Command to run the test suite:

  1. Run your local blockchain or test blockchain like ganache or truffle develop e.g: for ganache

  1. Run the staking test suite using

The test results at the time of deployment can be found herearrow-up-right Staking test suite can be found herearrow-up-right

Proxy

Last updated