Timestamp Oracle (#9)

* init timestamp oracle

* Update Readme.md

* update stats, tests

* update aqua script and readme
This commit is contained in:
boneyard93501
2021-06-27 18:14:46 -05:00
committed by GitHub
parent e85dae2a6b
commit cac82e8a8a
13 changed files with 908 additions and 0 deletions

View File

@ -0,0 +1,6 @@
fldist new_service --ms artifacts/ts_oracle.wasm:artifacts/ts_oracle_cfg.json --name ts-consensus --verbose
client seed: 7EbFfPnbjZHBWmkDT5dc5mXfY4ntFxiQ9hwynYxjL1S4
client peerId: 12D3KooWAw1obs4xApwechRaz7GEqTA54JLTq8KR7MJwRShjxBaH
relay peerId: 12D3KooWHLxVhUQyAuZe6AHMB29P7wkvTNMn7eDMcsqimJYLKREf
service id: ed657e45-0fe3-4d6c-b3a4-a2981b7cadb9
service created successfully

View File

@ -0,0 +1,3 @@
{
"name": "ts_oracle"
}