@Configuration
@ComponentScan(value="io.iconator.testrpcj")
public class TestBlockchain
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static org.ethereum.crypto.ECKey |
ACCOUNT_0 |
static org.ethereum.crypto.ECKey |
ACCOUNT_1 |
static org.ethereum.crypto.ECKey |
ACCOUNT_2 |
static org.ethereum.crypto.ECKey |
ACCOUNT_3 |
static org.ethereum.crypto.ECKey |
ACCOUNT_4 |
static org.ethereum.crypto.ECKey |
ACCOUNT_5 |
static org.ethereum.crypto.ECKey |
ACCOUNT_6 |
static org.ethereum.crypto.ECKey |
ACCOUNT_7 |
static org.ethereum.crypto.ECKey |
ACCOUNT_8 |
static org.ethereum.crypto.ECKey |
ACCOUNT_9 |
| Constructor and Description |
|---|
TestBlockchain() |
| Modifier and Type | Method and Description |
|---|---|
static org.ethereum.solidity.compiler.SolidityCompiler |
compiler() |
org.ethereum.util.blockchain.StandaloneBlockchain |
createStandaloneBlockchain() |
EthJsonRpcImpl |
ethJsonRpcImpl(org.ethereum.util.blockchain.StandaloneBlockchain standaloneBlockchain) |
static void |
main(java.lang.String[] args) |
org.springframework.boot.web.servlet.ServletRegistrationBean |
servletRegistrationBean(EthJsonRpcImpl ethJsonRpcImpl) |
org.springframework.boot.web.servlet.server.ServletWebServerFactory |
servletWebServerFactory(java.lang.Integer port) |
TestBlockchain |
start() |
void |
start(java.lang.String[] args) |
public static final org.ethereum.crypto.ECKey ACCOUNT_0
public static final org.ethereum.crypto.ECKey ACCOUNT_1
public static final org.ethereum.crypto.ECKey ACCOUNT_2
public static final org.ethereum.crypto.ECKey ACCOUNT_3
public static final org.ethereum.crypto.ECKey ACCOUNT_4
public static final org.ethereum.crypto.ECKey ACCOUNT_5
public static final org.ethereum.crypto.ECKey ACCOUNT_6
public static final org.ethereum.crypto.ECKey ACCOUNT_7
public static final org.ethereum.crypto.ECKey ACCOUNT_8
public static final org.ethereum.crypto.ECKey ACCOUNT_9
public static void main(java.lang.String[] args)
public void start(java.lang.String[] args)
public TestBlockchain start()
public static org.ethereum.solidity.compiler.SolidityCompiler compiler()
@Bean public org.ethereum.util.blockchain.StandaloneBlockchain createStandaloneBlockchain()
@Bean public EthJsonRpcImpl ethJsonRpcImpl(org.ethereum.util.blockchain.StandaloneBlockchain standaloneBlockchain)
@Bean public org.springframework.boot.web.servlet.ServletRegistrationBean servletRegistrationBean(EthJsonRpcImpl ethJsonRpcImpl)
@Bean
public org.springframework.boot.web.servlet.server.ServletWebServerFactory servletWebServerFactory(@Value(value="${server.port}")
java.lang.Integer port)