Further explanation on the steps
This commit is contained in:
parent
4172aec8ee
commit
d28042a48d
14
index.md
14
index.md
@ -35,11 +35,15 @@ module looks like this.
|
|||||||
|
|
||||||
1. Look at [this graph](https://datcxx.github.io/hypercore.svg) of the
|
1. Look at [this graph](https://datcxx.github.io/hypercore.svg) of the
|
||||||
Hypercore dependency graph and pick a module that is not already implemented
|
Hypercore dependency graph and pick a module that is not already implemented
|
||||||
and seems interesting to you.
|
and seems interesting to you. You can generally find the corresponding
|
||||||
1. Try to understand the high-level of what module is trying to achieve. Then,
|
source code under [github.com/mafintosh/](https://github.com/mafintosh/) or
|
||||||
read the Javascript. If you need help from the implementors of that module,
|
[github.com/hypercore-protocl](https://github.com/hypercore-protocol/).
|
||||||
you can most likely find them hanging out in [the Hypercore protocol Discord
|
1. Firstly, try to understand the high-level of what module is trying to
|
||||||
server](https://discord.com/invite/ga5hxGf), they are a friendly bunch.
|
achieve. Then, try to browse and grok the Javascript. If you need help from
|
||||||
|
the implementors of that module, you can most likely find them hanging out
|
||||||
|
in [the Hypercore protocol Discord
|
||||||
|
server](https://discord.com/invite/ga5hxGf) or on IRC at the `#dat` channel
|
||||||
|
on the Freenode network.
|
||||||
1. Before starting, you'll need to investigate if the ways of doing things in
|
1. Before starting, you'll need to investigate if the ways of doing things in
|
||||||
the Javascript module can be translated to Python. For example, how NodeJS
|
the Javascript module can be translated to Python. For example, how NodeJS
|
||||||
streams work will not easily translate to the way we use streams in Python.
|
streams work will not easily translate to the way we use streams in Python.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user