wip: add client

This commit is contained in:
Mark Sinclair
2022-04-27 14:30:17 +01:00
parent 1362d8a3eb
commit 2422f090cc
2 changed files with 2008 additions and 383 deletions
+2007 -382
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -41,7 +41,7 @@ zeroize = "1.4.3"
cosmrs = { git = "https://github.com/nymtech/cosmos-rust", branch = "bugfix/account-id-length-validation", features = ["rpc", "bip32", "cosmwasm"] }
cosmwasm-std = "1.0.0-beta3"
#nym-client = { path = "../../clients/native" }
nym-client = { path = "../../clients/native" }
#client-core = { path = "../../clients/client-core" }
#nym-socks5-client = { path = "../../clients/socks5" }
#nym-network-requester = { path = "../../service-providers/network-requester"}