Developer Quickstart
Building dApps with Universal Profilesβ
When building dApps on LUKSO, you are interacting with Universal Profiles π through the Universal Profile Browser Extension. This page guides you on the first step to get started building on LUKSO with the π Browser Extension.
You can also create new Universal Profiles by βοΈ deploying it programmatically. However, please keep in mind that you would also have to deploy your own Transaction Relay Service to allow gasless onboarding. Customly deployed profiles will not receive free monthly transaction quota through the LUKSO Transaction Relay Service.
If you want to deploy Universal Profiles for your users, please check out our Relayer API.
Resources for Buildersβ
LUKSO is an L1 EVM-based Blockchain. All tools and tutorials for Ethereum also work for LUKSO by default.
Developers building on LUKSO can write smart contracts in any EVM-based smart contract languages (Solidity, Vyper, etc...), and use existing standards already developed for other Ethereum networks.
- Awesome LUKSO, a comprehensive list of awesome LUKSO resources!
- What are the main features of LUKSO standards?
- Learning Tools of the Ethereum Foundation
Code Repositoriesβ
Want to dive into the code directly? Check the following repos π
Next.js Boilerplateβ
The tools-dapp-boilerplate
is a Next.js repository that gives you a fully working dApp with lot of ready to use components and features:
Playgroundβ
The lukso-playground
repository is a great place to start playing around with dApps. It includes:
- ready-to-go network configurations with LUKSO Mainnet and Testnet.
- a full Hardhat setup to work with smart contracts.
- example scripts to fetch profile and asset metadata, update them, and even more code examples!
- sample contracts for Tokens, NFTs and Universal Receivers to build smart contracts based on the LSP standards.
- scripts to deploy and verify contracts on the network.