YosephKS / solana-defi-dashboard

This repository contains tutorial for building simple Solana DeFi Dashboard dApp with Moralis.

Home Page:https://www.youtube.com/watch?v=IsTFNOedPkk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Solana DeFi Dashboard Tutorial

This Project is a utilize moralis and web3uikit to demostrates how to build a simple Solana DeFi Dashboard App. This project works on both Solana Mainnet Beta and Devnet.

dapp3

⭐️ Star us

If this tutorial helps you to build Solana dApps - please star this project, every star makes us very happy!

🤝 How to get help

If you have any questions or need help running this project please don't hesitate to ask in our forum. We are monitoring it 24/7 and are here to help you get up to speed.

🚀 Quick Start

📄 Clone or fork solana-defi-dashboard:

git clone https://github.com/YosephKS/solana-defi-dashboard.git

💿 Install all dependencies:

cd moralis-upgradeable-smart-contracts
yarn install

✏ Rename .env.example to .env in the main folder and provide your appId and serverUrl from Moralis (How to start Moralis Server), plus some other Biconomy API Keys:

REACT_APP_MORALIS_APPLICATION_ID = xxx;
REACT_APP_MORALIS_SERVER_URL = xxx;

🚴‍♂️ Run your App:

yarn start

About

This repository contains tutorial for building simple Solana DeFi Dashboard dApp with Moralis.

https://www.youtube.com/watch?v=IsTFNOedPkk

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 72.9%Language:HTML 21.7%Language:CSS 4.6%Language:Shell 0.8%