paltalabs / create-soroban-dapp

Boilerplate for Soroban dApps in ReactJS
https://create-soroban-dapp.vercel.app
Apache License 2.0
7 stars 13 forks source link

Showcase the possibility to read the chain without connected wallet #8

Open benjaminsalon opened 7 months ago

benjaminsalon commented 7 months ago
chopan123 commented 2 weeks ago

ODHack

This issue is part of ODHack:

Description

A user should be able to see the data hosted on the contract deployed on testnet without having to connect a Wallet,

Add support for standalone, testnet, futurenet and mainnet to the Soroban DApp. Make a dropdown to select network.

NueloSE commented 2 weeks ago

@chopan123 can I work on this

HumbertoTM10 commented 2 weeks ago

Hi @chopan123 is this still available to work on?

Gift-Naomi commented 1 week ago

@chopan123 Can I please be assigned to this issue? I reviewed this issue and in order to allow users to view smart contract data without connecting a wallet I’ll do the following:

  1. Dropdown Menu: Create a dropdown menu in the Soroban DApp for selecting networks (standalone, testnet, futurenet, mainnet).

  2. Network Configuration: Configure the DApp to communicate with each network using appropriate web3 providers or endpoints.

  3. Read-Only Access: Implement read-only functionality to fetch and display contract data without requiring wallet connectivity.

  4. User Interface: Update the UI dynamically based on the selected network to show relevant contract information.

This setup will enables seamless exploration of smart contract data across different networks without the need for wallet integration.

ktarun1419 commented 1 week ago

Hi @chopan123 i want to work on this