Solis is an xNFT application built on top of Backpack that helps users leverage their assets while earning yields.
- Earning yields on your idle capital with 1-click
- Automatically combine and swap multiple tokens before deposit
- Send tokens and buy NFTs instantly from your savings
When users deposit their assets from Backpack into Solis app, we use Jupiter to automatically convert user assets to Meteora token vaults.
User assets after deposit will be automatically monitored and earned yields thanks to Meteora's Dynamic Vaults. After that, users can leverage tokens in vaults to perform on-chain activities such as transferring tokens to other wallets or buying NFTs.
First, install dependencies.
yarn install // For xNFT app
cd backend && yarn install // For backend
Then, run the dev server with hot reloading
yarn dev
cd backend && yarn dev
Now that you have your xNFT dev server running, open it in the Backpack simulator to see it run.
That's it!
Once you're done and ready to publish, build your xNFT:
yarn build
Test the newly created build in dist/index.html
in the simulator:
yarn start