Cargo.toml 1.85 KiB
Newer Older
[package]
name = "polkadot-rpc"
Gavin Wood's avatar
Gavin Wood committed
version = "0.8.13"
authors = ["Parity Technologies <[email protected]>"]
edition = "2018"

[dependencies]
Kian Paimani's avatar
Kian Paimani committed
jsonrpc-core = "14.0.3"
polkadot-primitives = { path = "../primitives" }
Ashley Ruglys's avatar
Ashley Ruglys committed
sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master"  }
sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master"  }
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master"  }
sp-api = { git = "https://github.com/paritytech/substrate", branch = "master"  }
sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master"  }
sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master"  }
sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" }
sc-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master"}
sc-consensus-babe-rpc = { git = "https://github.com/paritytech/substrate", branch = "master"}
sc-consensus-epochs = { git = "https://github.com/paritytech/substrate", branch = "master"}
sc-finality-grandpa = { git = "https://github.com/paritytech/substrate", branch = "master" }
sc-finality-grandpa-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" }
sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master"}
txpool-api = { package = "sp-transaction-pool", git = "https://github.com/paritytech/substrate", branch = "master" }
frame-rpc-system = { package = "substrate-frame-rpc-system", git = "https://github.com/paritytech/substrate", branch = "master"  }
pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" }
codec = { package = "parity-scale-codec", version = "1.3.0", default-features = false }
Ashley Ruglys's avatar
Ashley Ruglys committed
sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "master" }