/starter-kit

A Ready to Use NextJS dapp using TalentLayer & XMTP protocols.

Primary LanguageTypeScript

StarterKit

A Ready to Use NextJS dapp using TalentLayer & XMTP protocols. All essential components to start building an amazing dapp with interoperable work and messaging

Start building in 60 seconds

  • Fork the code

  • Clone your new repository

  • Copy .env.example file into a new .env file

  • cp .env.example .env

  • If you are using nvm, run:

  • nvm use

  • Else, use the recommended node version: 18^

-Install the dependencies

  • npm install

-Run local server for development

  • npm run dev

🛠️ TalentLayer

TalentLayer is an open protocol and dev toolkit for hiring applications. You can use it to build platforms that leverage a unified decentralized backend for job posts, escrow, user profiles, and reputations.

Developer Resources

Introduction: Read here.

Documentation: Read here.

XMTP & TL: Read here.

🗨 XMTP

XMTP is an open protocol and dev toolkit for messaging applications. You can use it to build peer-to-peer messaging

Developer Resources

Introduction: Read here.

Documentation: Read here.

Example DAPP Tutorial: Read here.