Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 1.78 KB

README.md

File metadata and controls

51 lines (36 loc) · 1.78 KB

lukso-dapp-boilerplate

This repository is an open source framework to build LUKSO dApps with ease.

Front Page

Features

  • Reusable components for Universal Profiles, Assets, and Vaults
  • Shared contexts for Profiles, Networks, and the Extension
  • Network, interface, and metadata detection
  • Integrates web3-onboard for extension selection
  • Built-in ethers.js, erc725.js, lsp-smart-contracts
  • Uses Tailwind, Prettier, TypeScript

Development

Clone the repository:

git clone [email protected]:lukso-network/tools-dapp-boilerplate.git

Install all packages and libraries:

npm install

Run the development server:

npm run dev

Tools

Resources