References
As shown in this diagram, the Telos EVM node is composed of a minimun of five
diferent services, tevmc is a python package that handles:
- Configuration creation from template
- Building
dockerimages from this templates
- Building
- Bootstraping and managment of nodes
- Automated test framework

API Overview
Modules
configconfig.default.localconfig.default.mainnetconfig.default.testnettestingtesting.databaseutilstevmc
Classes
database.ESDuplicatesFounddatabase.ESGapFounddatabase.ElasticDataIntegrityErrordatabase.ElasticDriverdatabase.InternalEvmTransactiondatabase.StorageEosioActiondatabase.StorageEosioDeltadatabase.StorageEvmTransactiontevmc.TEVMCExceptiontevmc.TEVMController
Functions
config.add_virtual_networkingconfig.build_docker_manifestconfig.check_docker_manifestconfig.get_configconfig.load_configconfig.randomize_conf_credsconfig.randomize_conf_portstesting.bootstrap_test_stacktesting.get_markertesting.maybe_get_markertesting.open_web3testing.open_websocket_web3testing.tevm_nodedatabase.format_block_numbersdatabase.get_suffixdatabase.index_to_suffix_numutils.add_0x_prefixutils.decode_hexutils.docker_stream_logs: Streams logs from a running Docker container.utils.encode_hexutils.from_wei: Takes a number of wei and converts it to any other ether unit.utils.is_0x_prefixedutils.is_booleanutils.is_bytesutils.is_dictutils.is_hexutils.is_hexstrutils.is_integerutils.is_listutils.is_list_likeutils.is_nullutils.is_numberutils.is_stringutils.is_textutils.is_tupleutils.remove_0x_prefixutils.to_int: Converts value to its integer representation.utils.to_wei: Takes a number of a unit and converts it to wei.