Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```