Update just format

This commit is contained in:
David E. Perez Negron R. 2024-04-16 14:30:16 -06:00
parent 24bdafa367
commit ae5dbf9aa3
3 changed files with 28 additions and 9 deletions

View File

@ -11,14 +11,14 @@ and using blockchain contract to ensure security of nodes listing.
## Dependencies ## Dependencies
## Subprojects ## Subprojects
- [x] Decentralized Science Git - [x] [Decentralized Science Git](https://git.decentralizedscience.org)
- [x] Decentralized Science Kubo Gateway - [x] [Decentralized Science Kubo Gateway](https://gateway.decentralizedscience.org)
- [ ] Libp2p bootstrap config through dapp_indexer - [ ] Libp2p bootstrap config through dapp_indexer
- [ ] Incus Config - [ ] Incus Config
- [ ] Docker Config - [ ] Docker Config
- [ ] R&T DNSLink, fleek and mDNS - [ ] R&T DNSLink, fleek and mDNS
## Development Reports ## Development Reports and Repositories
### Decentralized Science Git. ### Decentralized Science Git.

View File

@ -12,16 +12,30 @@ to have a decentralizable base architecture.
## Subprojects ## Subprojects
- [ ] Lume R&D
- [ ] Lit R&D
- [ ] HELIA R&D - [ ] HELIA R&D
- [ ] OrbitDB R&D - [ ] OrbitDB R&D
- [ ] Lit R&D - [ ] WASM R&D
- [ ] WASM and YEW
- [ ] Decentralizable Assets Bundler - [ ] Decentralizable Assets Bundler
- [ ] Ethers R&D - [ ] Ethers R&D
- [ ] Dapp Indexer D&T - [ ] Dapp Indexer D&T
- [ ] Final DAPP Framework - [ ] 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 ### HELIA R&D
@ -33,13 +47,17 @@ decentralization.
* [Helia Examples](https://github.com/ipfs-examples/helia-examples/tree/main/examples/helia-webpack)[^2] * [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] * [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 ### OrbitDB R&D
### Lit R&D ### WASM
- [ ] Ethereum Markets tracker wasm
### WASM and Yew
### Decentralizable Assets Bundler ### Decentralizable Assets Bundler

View File

@ -49,6 +49,7 @@ decentralized way.
### Trunk found issues ### Trunk found issues
Trunk Creates the instances based a proyect path, we require something such as 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. [make relative](https://github.com/tmcw/make-relative)[^3] for IPFS support.
[posible solution](https://github.com/trunk-rs/trunk/issues/151)
### Possible solutions ### Possible solutions