drizzle-react-native-box
drizzle-react-native-box copied to clipboard
This box is to help get you started with building dapps with Drizzle on React Native.
Hi, i am unable to unbox truffle box. I get the following error: Any ideas? `truffle unbox drizzle-react-native` ``` Starting unbox... ================= ✔ Preparing to download box ✔ Downloading warning...
I have recently tried to do the drizzle and react native tutorial . However, I don't know whether it is the problem of RN or the tutorial is too old...
I cannot install the packages by running `npm install` I get the following errors: ``` 8 warnings and 7 errors generated. make: *** [Release/obj.target/scrypt/src/node-boilerplate/scrypt_params_async.o] Error 1 gyp ERR! build error...
Hi, I'm involved in the development of a project based on your work, but I can't understand how to route different elements between several components. Do I just call functions...
I see some use of hd wallet provider in the truffle.js file. Yet when I try to use it, it will ask for an import. That's fine, but adding truffle-hdwallet-provider...
Is there a way to read an existing contract data with an Infura provider? Any example? In truffle-react exist an "getWeb3.js" file with that options, in drizzle-react-native I can change...