jinglescode / ndk-react

React library that makes it easy to build Nostr-related applications.

Home Page:https://ndk-react-demo.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NDK-react

drawing

NDK is a nostr development kit that makes the experience of building Nostr-related applications, whether they are relays, clients, or anything in between, better, more reliable and overall nicer to work with than existing solutions. [Learn more about NDK]

NDK React is a React library that makes it easy to build Nostr-related applications using React (and NextJS). It provides a set of components that wrap the NDK library and make it easy to use in React.

Installation

npm install @nostr-dev-kit/ndk-react

Development

To watch for changes in the library and open a web demo, do the following steps.

  1. from root folder, run bootstrap:
yarn bootstrap
  1. on first Terminal, start module:
yarn start:module
  1. on second Terminal, start docs example:
yarn start:docs
  1. start coding!

About

React library that makes it easy to build Nostr-related applications.

https://ndk-react-demo.vercel.app/

License:Apache License 2.0


Languages

Language:TypeScript 95.8%Language:JavaScript 2.8%Language:CSS 1.4%