You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-6Lines changed: 21 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,26 @@
5
5
6
6
Portal is a Nostr-based authentication and payment SDK allowing applications to authenticate users and process payments through Nostr and Lightning Network.
7
7
8
-
Use the [TypeScript](https://www.npmjs.com/package/portal-sdk) or [Java](https://github.com/PortalTechnologiesInc/java-sdk) SDK, or run the API yourself.
For setup, SDK usage, and guides, see the [documentation](https://portaltechnologiesinc.github.io/lib/).
36
+
Then use `ws://localhost:3000/ws` and your token with the [TypeScript](https://www.npmjs.com/package/portal-sdk) or [Java](https://github.com/PortalTechnologiesInc/java-sdk) SDK. See [Quick Start](https://portaltechnologiesinc.github.io/lib/getting-started/quick-start.html) in the docs.
37
+
38
+
**Build from source:**[Building from source](https://portaltechnologiesinc.github.io/lib/getting-started/building-from-source.html) — `cargo build --package portal-rest --release` or `nix build .#rest`.
0 commit comments