diff --git a/README.md b/README.md index 61d98ca..1a59986 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ silentdragonlite does automatic note and utxo management, which means it doesn't ```shell script git clone https://git.hush.is/hush/silentdragonlite-cli +cd silentdragonlite-cli cargo build --release ./target/release/silentdragonlite-cli ``` @@ -66,4 +67,9 @@ Here are some CLI arguments you can pass to `silentdragonlite-cli`. Please run ` ### Support -For support or other questions, join us on Twitter at [@MyHushTeam](https://twitter.com/MyHushTeam), or toot at our [Mastodon](https://fosstodon.org/@myhushteam) or join [Telegram](http://myhush.org/telegram) +For support or other questions, join us on [Telegram](https://hush.is/telegram), or tweet at [@MyHushTeam](https://twitter.com/MyHushTeam), or toot at our [Mastodon](https://fosstodon.org/@myhushteam) or join [Telegram Support](https://hush.is/telegram_support) or [file an issue](https://git.hush.is/hush/silentdragonlite-cli/issues). + + +## License + +GPLv3 or later diff --git a/lib/Cargo.toml b/lib/Cargo.toml index b61970d..95388cc 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -42,34 +42,34 @@ webpki = "0.21.0" webpki-roots = "0.18.0" [dependencies.bellman] -git = "https://github.com/MyHush/librustzcash.git" +git = "https://git.hush.is/hush/librustzcash.git" rev= "1a0204113d487cdaaf183c2967010e5214ff9e37" default-features = false features = ["groth16"] [dependencies.pairing] -git = "https://github.com/MyHush/librustzcash.git" +git = "https://git.hush.is/hush/librustzcash.git" rev= "1a0204113d487cdaaf183c2967010e5214ff9e37" [dependencies.zcash_client_backend] -git = "https://github.com/MyHush/librustzcash.git" +git = "https://git.hush.is/hush/librustzcash.git" rev= "1a0204113d487cdaaf183c2967010e5214ff9e37" default-features = false [dependencies.zcash_primitives] -git = "https://github.com/MyHush/librustzcash.git" +git = "https://git.hush.is/hush/librustzcash.git" rev= "1a0204113d487cdaaf183c2967010e5214ff9e37" default-features = false features = ["transparent-inputs"] [dependencies.zcash_proofs] -git = "https://github.com/MyHush/librustzcash.git" +git = "https://git.hush.is/hush/librustzcash.git" rev= "1a0204113d487cdaaf183c2967010e5214ff9e37" default-features = false [dependencies.ff] -git = "https://github.com/MyHush/librustzcash.git" +git = "https://git.hush.is/hush/librustzcash.git" rev= "1a0204113d487cdaaf183c2967010e5214ff9e37" features = ["ff_derive"]