ethereum-react-native-boilerplate
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...
following this tutorial https://www.youtube.com/watch?v=jGUY5Hq8tFo&t=647s getting the error  tried commenting out the logger, but now it breaks elsewhere, any clues?  also MetroBundler shows: 
On a fresh clone, running `yarn web` or `yarn ios` fails with the following error: TypeError: Moralis.Web3 is not a constructor _useMoralisWeb3 node_modules/react-moralis/lib/index.esm.js:922 919 | * Handles enabling of web3...
Just pulled the repo I ran: `npm i -g expo-cli`, `yarn` `expo start` Clicked `Run in web browser` I am then faced with ``` × TypeError: Cannot read properties of...
hey adding user to chat with others via the Addresses will be awesome and saving them to ipfs
  I get an error when using 'yarn web'
Hey! I noticed this repo uses **react-native-crypto**, which itself uses **crypto-browserify** under the hood. **crypto-browserify** is a JS-based implementation for crypto, which is slower than Margelo's [**react-native-quick-crypto**](https://github.com/margelo/react-native-quick-crypto), since that uses...
fix issue #46
I am getting this error while tryng to Auth
Invariant Violation: "main" has not been registered. This can happen if: * Metro (the local dev server) is run from the wrong folder
Since Moralis servers are no longer available, I created self hosting server and when I used the appID and server url, the login using metamask is not working anymore. Any...