wownar
is a nextjs app that demonstrates the integration of SIWN.
- Node.js: A JavaScript runtime built on Chrome's V8 JavaScript engine. Ensure you have Node.js installed on your system.
-
Install Project Dependencies: Based on the package manager run one of the following commands to install all required dependencies:
For yarn
yarn install
-
Configure Environment Variables
- Copy the example environment file:
cp .env.example .env.local
- Edit
.env
to add yourNEYNAR_API_KEY
andNEXT_PUBLIC_NEYNAR_CLIENT_ID
.
-
For yarn
yarn dev
wownar-react-sdk
is released under the MIT License. This license permits free use, modification, and distribution of the software, with the requirement that the original copyright and license notice are included in any substantial portion of the work.