Skip to content

siovanus/cross_chain_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ontology Test Framework

Ontology Test Framework is a light-weight test framework for ontology. Integration ontology-sdk to run Ontology test case.

How to use?

  1. copy wallet file from bookkeeper ontology node to ontology-tool. Otherwise some testcase will failed because of balance of ont is zero.
  2. Set rpc server address of ontology, wallet file and password in config_test.json config file.
{
  "JsonRpcAddress":"http://localhost:20336",
  "RestfulAddress":"http://localhost:20334",
  "WebSocketAddress":"http://localhost:20335",
  "WalletFile":"./wallet.dat",
  "Password":"your wallet password"
}

Then start to run.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages