Compare commits
No commits in common. "v0.2.0" and "v0.1.5" have entirely different histories.
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,16 +1,9 @@
|
||||||
# [0.2.0](https://git.lumeweb.com/LumeWeb/docs.lumeweb.com/compare/v0.1.5...v0.2.0) (2023-11-10)
|
## [0.1.5](https://git.lumeweb.com/LumeWeb/docs.lumeweb.com/compare/v0.1.4...v0.1.5) (2023-11-01)
|
||||||
|
|
||||||
|
|
||||||
### Features
|
### Bug Fixes
|
||||||
|
|
||||||
* add page for webapp ([5971294](https://git.lumeweb.com/LumeWeb/docs.lumeweb.com/commit/59712949916c5b2335c57f395516dd13d5e5234c))
|
* grammar ([b2912ae](https://git.lumeweb.com/LumeWeb/docs.lumeweb.com/commit/b2912aee2649cf69ea7593ce5c8dd21876276838))
|
||||||
|
|
||||||
# [0.2.0-develop.1](https://git.lumeweb.com/LumeWeb/docs.lumeweb.com/compare/v0.1.4-develop.2...v0.2.0-develop.1) (2023-11-10)
|
|
||||||
|
|
||||||
|
|
||||||
### Features
|
|
||||||
|
|
||||||
* add page for webapp ([5971294](https://git.lumeweb.com/LumeWeb/docs.lumeweb.com/commit/59712949916c5b2335c57f395516dd13d5e5234c))
|
|
||||||
|
|
||||||
## [0.1.4-develop.2](https://git.lumeweb.com/LumeWeb/docs.lumeweb.com/compare/v0.1.4-develop.1...v0.1.4-develop.2) (2023-11-01)
|
## [0.1.4-develop.2](https://git.lumeweb.com/LumeWeb/docs.lumeweb.com/compare/v0.1.4-develop.1...v0.1.4-develop.2) (2023-11-01)
|
||||||
|
|
||||||
|
|
|
@ -1,26 +0,0 @@
|
||||||
---
|
|
||||||
title: Web3 Browser Web App
|
|
||||||
---
|
|
||||||
|
|
||||||
![image](/web3-browser-webapp.png)
|
|
||||||
|
|
||||||
This is an experimental tech demo to enable HNS and ENS browsing via IPFS.
|
|
||||||
|
|
||||||
This demo uses the following technologies:
|
|
||||||
|
|
||||||
* Hypercore: https://docs.holepunch.to/
|
|
||||||
* The kernel, forked from Skynet: https://git.lumeweb.com/LumeWeb/libkernel/src/branch/develop
|
|
||||||
* A MVP Sia portal (an L2 in blockchain terms): https://git.lumeweb.com/LumeWeb/portal/src/branch/develop
|
|
||||||
* Lavanet: https://www.lavanet.xyz
|
|
||||||
* ETH: https://git.lumeweb.com/LumeWeb/libethsync/src/branch/develop
|
|
||||||
* IPFS: https://github.com/ipfs/helia
|
|
||||||
* HNS: https://github.com/handshake-org/hsd
|
|
||||||
|
|
||||||
Some notes about current issues and limitations:
|
|
||||||
|
|
||||||
* IP addresses are not supported. So you cannot access "normal" servers.
|
|
||||||
* Pages may render twice, as in refresh, before loading.
|
|
||||||
* Brave is the only fully tested browser. Chrome was found to have UX issues that need investigation. Firefox has not been tested nor other Chrome-forks.
|
|
||||||
* Loading is dial-up-slow right now, so just sit and wait. This is a demo, and it is not a 100% polished application or even technology.
|
|
||||||
* If things get stuck, and you are a power user, try checking the console. Else join our discord and ask for help.
|
|
||||||
* We expect things to break, only the community can help to fix them.
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lumeweb/docs.lumeweb.com",
|
"name": "@lumeweb/docs.lumeweb.com",
|
||||||
"version": "0.2.0",
|
"version": "0.1.5",
|
||||||
"private": true,
|
"private": true,
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
@ -13,14 +13,7 @@
|
||||||
|
|
||||||
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
|
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
|
||||||
const sidebars = {
|
const sidebars = {
|
||||||
main: [
|
main: ["index", "better-web", "web2-limits", "web3-building-blocks", "lume"],
|
||||||
"index",
|
|
||||||
"better-web",
|
|
||||||
"web2-limits",
|
|
||||||
"web3-building-blocks",
|
|
||||||
"lume",
|
|
||||||
"browser-webapp",
|
|
||||||
],
|
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = sidebars;
|
module.exports = sidebars;
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 112 KiB |
Loading…
Reference in New Issue