https://useelven-react-vite-demo.netlify.app/
A demo where you can sign in using MultiversX signing providers and you can send a transaction to predefined address
All is based on useElven React tools.
This is basically a starting point when you would want to use React + Vite. Check the vite.config.js file. There is an important configuration to make it work.
There will be more examples and documentations.
You can use all tools from @useelven/core
. Check the documentation.
All is based on Vite so check theirs docs.
The .env file here is commited in the repository for simplicity. Anyway, these are public variables.
npm install
npm run dev
- Buildo.dev - Buildo.dev is a MultiversX app that helps with blockchain interactions, like issuing tokens and querying smart contracts.
- Elven Tools - a set of tools for running your PFP NFT collection on the MultiversX blockchain
- Elven.js - compact browser only SDK for MultiversX blockchain interaction - no build steps