This repository was transferred to lukso-network/tools-dapp-boilerplate and is no longer maintained.
This repository is an open source framework to build LUKSO dApps with ease.
- Reusable components for Universal Profiles, Assets, and Vaults
- Built-in
ethers,erc725,lsp-smart-contracts - Uses
Tailwind,Prettier,TypeScript - Integrates
web3-onboardfor extension selection - Network detection and utility
Clone the repository:
git clone git@github.com:lukso-network/lyx-builder.gitInstall all packages and libraries:
npm installRun the development server:
npm run devNext.js: React Frameworknext/font: Optimize and load Google Fonts@lukso/lsp-smart-contracts: Schemas and Interfaces for LSPs@web3-onboard/core: Connecting with various Browser Extensions@erc725/erc725.js: ERC725 Smart Contract Interactionsethers: Ethereum Library for Blockchain InteractionsTailwind: CSS FrameworkPrettier: Code FormattingTypeScript: Code Typing
