boneyard93501 dafd1a9296
Add section 5: Decentralized Oracles With Fluence And Aqua (#35)
* init quickstart-5

* update consensus calc, tests

* update serivce, aqua

* update service and deploymnt

* update aqua, air

* add seq version

* update aquq

* update examples

* add fold, no fold to aqua

* update par

* update service, aqua with err value

* update tests with err_val

* add connect check, remove peer.connect funcs

* update Readme

* move body to gitbook
2021-12-03 01:08:04 -06:00

27 lines
572 B
TOML

[package]
name = "quickstart-5-timestamp-oracle"
version = "0.1.0"
authors = ["boneyard93501 <4523011+boneyard93501@users.noreply.github.com>"]
edition = "2018"
description = "ts-cons, a Marine wasi module"
license = "Apache-2.0"
[[bin]]
name = "ts_oracle"
path = "src/main.rs"
[dependencies]
marine-rs-sdk = { version = "0.6.14", features = ["logger"] }
log = "0.4.14"
# picorand = "0.1.1"
nanorand = { version = "0.6.1", default-features = false, features = [
"wyrand",
] }
[dev-dependencies]
marine-rs-sdk-test = "0.4.0"
[dev]
[profile.release]
opt-level = "s"