casper-ecosystem / cep18

Implementation of ERC20 token for the CasperLabs platform.
https://casper.network/docs/dapp-dev-guide
Apache License 2.0
27 stars 46 forks source link

Use DEFAULT_ACCOUNTS in tests #146

Closed gRoussac closed 3 months ago

gRoussac commented 3 months ago

@deuszex I suggest we use DEFAULT_ACCOUNTS in tests (cep-18/78/85) and introduce a mehtod get_test_account to get accounts by index retunring (Key, AccountHash, PublicKey)

0 is default account 1 is user account 1 etc