Browse Source

Update 'README.md'

pull/1/head
Duke Leto 3 years ago
parent
commit
0c0989d8c6
  1. 24
      README.md

24
README.md

@ -5,9 +5,20 @@ Hush is a first-time organization applying to GSoC 2021!
# Idea List
## Port HushChat GUI from SDL to SD
```
Type: Coding
Languages: C++14, QT5, potentially Rust
```
...
## Port BTC Core bitcoin-asmap to Hush
```
Type: Coding
Languages: C/C++, Rust
Languages: C/C++, Rust, Makefile
```
This is currently a Bitcoin Core Pull Request on Github:
@ -25,10 +36,11 @@ BTC Core review club: https://bitcoincore.reviews/16702
BitMex research: https://blog.bitmex.com/call-to-action-testing-and-improving-asmap/
## web: Improving Hush Smart Chain Creator with Interactive Docs
```
Type: Coding, Documentation, Graphics
Languages: HTML, CSS, Javascript
```
https://hush.is/hsc-creator/
@ -41,8 +53,10 @@ this website is a perfect place to teach people interactively.
## web: Improving Hush Full Node Config Generator with Interactive Docs
```
Type: Coding, Documentation, Graphics
Languages: HTML, CSS, Javascript
```
Currently the Hush Config Generator is very useful for CLI users to generate config files, which is done
automatically for GUI users: https://hush.is/config-generator
@ -53,8 +67,10 @@ scenarios.
## hushd: Tor version 3 Hidden Service P2P
Type: Coding
```
Type: Coding, testing
Languages: C/C++
```
This idea would be to work directly with Duke Leto to merge the `p2p` branch of https://git.hush.is/hush/hush3 ,
which is the Hush Full Node, to add support for Tor v3 HS's. This will involve porting code from Bitcoin master branch
@ -63,8 +79,10 @@ at https://github.com/bitcoin/bitcoin , which recently gained support for Tor v3
This task involves coding in C++, and doing network-based tests over Tor to verify things work correctly, which will require running at least two and potentially many nodes to simulate some network conditions.
## SilentDragon: GUI tab showing Peer Info
```
Type: Coding
Languages: C++14 with QT5
```
Add a GUI tab to SD that shows information from `getpeerinfo`, specifically:

Loading…
Cancel
Save