Skip to main content

Questions tagged [frontend]

The user-facing part of an application. In a desktop application this would include the windowing framework and the forms the user interacts with; in a command line program it would be the available commands and arguments; and in a web app it would refer to the HTML and JavaScript.

3 votes
3 answers
212 views

We would like to offer some basic information about user addresses in our UI. Besides Etherscan (which is super expensive), is there any API for obtaining basic information about Ethereum addresses? ...
Paul Razvan Berg's user avatar
1 vote
1 answer
940 views

I have a dapp where users send erc20 tokens to the smart contract, obviously requiring the user to approve the smart contract to transfer tokens on their behalf. On the frontend of my app, when ...
Dhruv Pareek's user avatar
0 votes
1 answer
88 views

The react-moralis package doesnt seem to be working with Nextjs14, there are several issues raised in the react-moralis github repo about this , but i think the package is not managed by the community ...
Harigovind M G's user avatar
0 votes
0 answers
48 views

I'm working on a project using Truffle, solidity and openzeppelin. For web, I'm using the webpack-dev-server. With Truffle, everything works, it compiles and migrates. Then I start the frontend with ...
stardev's user avatar
0 votes
2 answers
366 views

I am still using web3-reactv6, and I want to use both MetaMask and OKX wallets in my Dapp. However, I am using the Injected connector for both, so I am currently unable to distinguish between them. ...
user19732538's user avatar
0 votes
0 answers
49 views

PART OF FREE CODE CAMP BLOCKCHAIN COURSE Hey guys I am using react-moralis library to connect with the deployed smart contract. The smart contract is a Raffle based contract //SPDX-License-Identifier: ...
eik's user avatar
  • 3
1 vote
0 answers
50 views

I am building a safe app integration on our dApps frontend. The dApp allows people to provide liquidity to a DEX by approving a router to spend two tokens and then invoking an addLiquidity transaction ...
kassandra's user avatar
1 vote
1 answer
57 views

I am having an issue calling a function on one of my contracts. I have an ERC721 contract that has a function getTokenUnlockableContent. function getTokenUnlockableContent( uint256 tokenId ) ...
Tebbo's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
8