ethereum-react-native-boilerplate icon indicating copy to clipboard operation
ethereum-react-native-boilerplate copied to clipboard

The ultimate full-stack Ethereum React Native Dapp Boilerplate which gives you maximum flexibility and speed. Feel free to fork and contribute. Although this repo is called "Ethereum Boilerplate" it w...

Results 31 ethereum-react-native-boilerplate issues
Sort by recently updated
recently updated
newest added

After building and launching the app ``` npx react-native run-ios info Found Xcode workspace "EthereumRNBoilerplate.xcworkspace" info Launching iPhone 11 (iOS 15.5) info Building (using "xcodebuild -workspace EthereumRNBoilerplate.xcworkspace -configuration Debug -scheme...

``` 4/4]`` πŸ”¨ Building fresh packages... [14/22] ⠈ postinstall-postinstall [6/22] ⠈ secp256k1 [15/22] ⠈ react-native-localhost [4/22] ⠈ better-sqlite3 error /Users//ethereum-react-native-boilerplate/node_modules/react-native-localhost: Command failed. Exit code: 1 Command: node scripts/postinstall Arguments: Directory:...

![image](https://user-images.githubusercontent.com/5776918/169522857-dac6f67a-a3a3-4cd9-a7fa-0fb5d47e4f67.png) One of my buddy's ran into this issue right out the box when trying to launch this with Ios. Looks like its being triggered here: ``` /** * @format...

wallet connect seems to outdated any chance this can be?

i have a function name payToMint provide by my smart contract. ` const contract = new web3.eth.Contract(abi, contractAddress); contract.methods.payToMint(walletAddress, uri).send({ from: walletAddress, value: Moralis.Units.ETH(0.001) }).then(response => { console.log("response", response) })`...

![Screenshot_7](https://user-images.githubusercontent.com/73906697/158027043-d08d5a31-73b1-4e4c-a879-7e9b12eacf45.png) hi dear please help me I have runned moralis in my project and have got issue.

After cloning the Ethereum-react-native-boilerplate project I am facing an issue. In App everything is working fine but every time I open my app it requires me to authenticate it’s not...

Hi, I want to interact my smart contract in order to use their functions. I am using ethereum-react-native-boilerplate example and I’m trying to execute a smart contract function using useWeb3ExecuteFunction...

Hey good morning so when I convet the app to apk version and try on my phone it shows that react native moralis dapp keeps stopping. Please tell me how...