Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yosephks/solana-defi-dashboard
This repository contains tutorial for building simple Solana DeFi Dashboard dApp with Moralis.
https://github.com/yosephks/solana-defi-dashboard
dashboard defi moralis react solana solana-token spl-token spl-tokens
Last synced: about 1 month ago
JSON representation
This repository contains tutorial for building simple Solana DeFi Dashboard dApp with Moralis.
- Host: GitHub
- URL: https://github.com/yosephks/solana-defi-dashboard
- Owner: YosephKS
- License: agpl-3.0
- Created: 2022-02-13T17:17:55.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-09T09:45:26.000Z (almost 3 years ago)
- Last Synced: 2024-07-31T19:34:22.975Z (6 months ago)
- Topics: dashboard, defi, moralis, react, solana, solana-token, spl-token, spl-tokens
- Language: JavaScript
- Homepage: https://www.youtube.com/watch?v=IsTFNOedPkk
- Size: 359 KB
- Stars: 23
- Watchers: 4
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `Solana DeFi Dashboard Tutorial`This Project is a utilize [`moralis`](https://github.com/MoralisWeb3/Moralis-JS-SDK) and [`web3uikit`](https://github.com/web3ui/web3uikit) to demostrates how to build a simple Solana DeFi Dashboard App. This project works on both Solana Mainnet Beta and Devnet.
![dapp3](https://github.com/YosephKS/solana-defi-dashboard/blob/main/solana-defi-dashboard.gif)
# ⭐️ `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](https://forum.moralis.io/t/solana-spl-token-introduction-tutorial/9568). We are monitoring it 24/7 and are here to help you get up to speed.
# 🚀 Quick Start
📄 Clone or fork `solana-defi-dashboard`:
```sh
git clone https://github.com/YosephKS/solana-defi-dashboard.git
```💿 Install all dependencies:
```sh
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](https://docs.moralis.io/moralis-server/getting-started/create-a-moralis-server)), plus some other Biconomy API Keys:
```jsx
REACT_APP_MORALIS_APPLICATION_ID = xxx;
REACT_APP_MORALIS_SERVER_URL = xxx;
```🚴♂️ Run your App:
```sh
yarn start
```