bairbanu / Market4Locals

A marketplace that digitizes and incentives 'garage sales' using blockchain. The platform enables buyers/sellers/drivers to create local economies to move physical goods with fluidity. Drivers are incentivized to earn money by delivering goods (much like Lyft / Uber), and sellers can get rid of items they no longer desire and have someone pick it up for them. Buyers can tap their local economy and support their communities.
MIT License
1 stars 0 forks source link

Figure out how to talk to the Ethereum blockchain from React Native. #1

Open bairbanu opened 6 years ago

bairbanu commented 6 years ago
pkallas commented 6 years ago

Here's a gist I found discussing a potential solution to this issue. https://gist.github.com/dougbacelar/29e60920d8fa1982535247563eb63766

pkallas commented 6 years ago

Here's a gitlab repo I found https://gitlab.com/sashamihaha/rn-ethereum-starter/tree/dev

bairbanu commented 6 years ago

That looks like a solid resource! Looking forward to checking it out.

Here's an issue that suggest we might have to use vanilla React-Native instead of Expo for our development. Let's explore further and see what's up.

https://github.com/concensus/react-native-ios-concensus/issues/3

sam123evers commented 6 years ago

has anybody had any success in doing this? I am trying to invoke web3.eth.accounts.create() from react-native. Any help would be appreciated

kielbarry commented 6 years ago

Likewise, followed many 'solutions' online, but having issues getting web3 set up in Expo, which I enjoy using.

Hiti3 commented 3 years ago

Likewise, followed many 'solutions' online, but having issues getting web3 set up in Expo, which I enjoy using.

Hey, I am myself trying to connect to web3 using expo, any news, didi you figure it out, it seems there are no working solid solutions up to this day..