diff --git a/module1/module1.md b/module1/module1.md index 89ea291..4e175aa 100644 --- a/module1/module1.md +++ b/module1/module1.md @@ -11,14 +11,14 @@ and using blockchain contract to ensure security of nodes listing. ## Dependencies ## Subprojects -- [x] Decentralized Science Git -- [x] Decentralized Science Kubo Gateway +- [x] [Decentralized Science Git](https://git.decentralizedscience.org) +- [x] [Decentralized Science Kubo Gateway](https://gateway.decentralizedscience.org) - [ ] Libp2p bootstrap config through dapp_indexer - [ ] Incus Config - [ ] Docker Config - [ ] R&T DNSLink, fleek and mDNS -## Development Reports +## Development Reports and Repositories ### Decentralized Science Git. diff --git a/module2/module2.md b/module2/module2.md index e5fe25e..a01d25b 100644 --- a/module2/module2.md +++ b/module2/module2.md @@ -12,16 +12,30 @@ to have a decentralizable base architecture. ## Subprojects +- [ ] Lume R&D +- [ ] Lit R&D - [ ] HELIA R&D - [ ] OrbitDB R&D -- [ ] Lit R&D -- [ ] WASM and YEW +- [ ] WASM R&D - [ ] Decentralizable Assets Bundler - [ ] Ethers R&D - [ ] Dapp Indexer D&T - [ ] Final DAPP Framework -## Development Reports +> Where: +> R: Research +> D: Develop +> T: Test + +## Development Reports and Repositories + +### Lume R&D + +- [ ] Deno + lume + +### Lit R&D + +- [ ] Lit Compositor ### HELIA R&D @@ -33,13 +47,17 @@ decentralization. * [Helia Examples](https://github.com/ipfs-examples/helia-examples/tree/main/examples/helia-webpack)[^2] * [Helia Example by Phind](https://www.phind.com/search?cache=v6nzolbm7xl10xvhgfih6bvz)[^3] +#### Libp2p -2. +Helia now requires libp2p for handling the peers, and networking +thus it is important to have some references and tests. + ### OrbitDB R&D -### Lit R&D +### WASM + +- [ ] Ethereum Markets tracker wasm -### WASM and Yew ### Decentralizable Assets Bundler diff --git a/module2/module2_rust.md b/module2/module2_rust.md index f456f90..8c89235 100644 --- a/module2/module2_rust.md +++ b/module2/module2_rust.md @@ -49,6 +49,7 @@ decentralized way. ### Trunk found issues Trunk Creates the instances based a proyect path, we require something such as [make relative](https://github.com/tmcw/make-relative)[^3] for IPFS support. +[posible solution](https://github.com/trunk-rs/trunk/issues/151) ### Possible solutions