Skip to content

Commit

Permalink
πŸ“„ Improve README
Browse files Browse the repository at this point in the history
  • Loading branch information
KimlikDAO-bot committed Feb 3, 2025
1 parent 21b655b commit af83126
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ The KimlikDAO dApp is truly decentralized: you can run it locally, deploy it
on your own server, or use the reference deployment at [kimlikdao.org](https://kimlikdao.org).

The dApp will connect to the KimlikDAO network nodes and the node discovery will be initiated
through the seeed nodes at `node.kimlikdao.org`, `kdao-node.yenibank.org`, `kdao-node.blinkbridge.xyz`.
through the seed nodes at `node.kimlikdao.org`, `kdao-node.yenibank.org`, `kdao-node.blinkbridge.xyz`.
To modify the seed nodes, edit the list in `lib/node/network.js`.

For blockchain nodes, the dApp has no hardcoded rpc urls and will rely on your wallet's provider.

## πŸ§‘β€πŸ’» Developer Guide

The KimlikDAO dApp is built with our in-house framework, [kastro](https://github.com/KimlikDAO/kimlikdao-js/tree/ana/kastro). Kastro provides a familiar react-like experience yet allows us to build
highly optimized and lightweight fontends by pushing as much work as possible to the compile time.
highly optimized and lightweight frontends by pushing as much work as possible to the compile time.

To run the dApp, follow these steps:

Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions landing/page.jsx β†’ landing/Landing.jsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import Script from "kastro:./page.jsx";
import Script from "kastro:./Landing.jsx";
import Header from "./header/Header";
import Hero from "./hero/Hero";
import Holders from "./holders/Holders";
import Css from "./Landing.css";
import Learn2Earn from "./Learn2Earn";
import Meta, { Title } from "./Meta";
import Network from "./network/Network";
import Css from "./page.css";
import Reports from "./Reports";
import Footer from "/components/footer/Footer";
import Favicon from "/components/icon.svg";
Expand Down
2 changes: 1 addition & 1 deletion landing/Learn2Earn.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import LandingCss from "./page.css";
import LandingCss from "./Landing.css";
import ECDSA from "/components/blog/ecdsa/ECDSA";
import EllipticCurves from "/components/blog/ellipticCurves/EllipticCurves";
import SharedCss from "/components/sharedCss/SharedCss.css";
Expand Down
2 changes: 1 addition & 1 deletion landing/Reports.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import LandingCss from "./page.css";
import LandingCss from "./Landing.css";
import Feb25 from "/components/blog/2025.02/Feb25";
import SharedCss from "/components/sharedCss/SharedCss.css";

Expand Down
2 changes: 1 addition & 1 deletion landing/holders/Holders.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import LandingCss from "../page.css";
import LandingCss from "../Landing.css";
import Css from "./Holders.css";
import ArrowImage from "/components/arrow.svg";
import { chainImage } from "/components/chains/chains";
Expand Down
2 changes: 1 addition & 1 deletion landing/network/Network.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import LandingCss from "../page.css";
import LandingCss from "../Landing.css";
import KPassDemo from "./KPassDemo";
import Css from "./Network.css";
import SharedCss from "/components/sharedCss/SharedCss";
Expand Down
2 changes: 1 addition & 1 deletion lib
Submodule lib updated 4 files
+14 βˆ’9 README.md
+7 βˆ’8 kastro/README.md
+4 βˆ’2 kastro/compiler/page.js
+3 βˆ’0 util/paths.js

0 comments on commit af83126

Please sign in to comment.