This is Crypto Wallet App for Ethereum/Polygon blockchain, written in typscript.
It is tested on Goerli testnet
Created with react-native init
We need to run this command in order to use crypto-js nodeJs module in React Native:
$ ./node_modules/.bin/rn-nodeify --install
then import the generated shim.js file in App.js
After that, apply the patch files in patches folder to modify react-native, react-native-os, react-native-tcp in node_modules
$ npx patch-package
We call the Opensea API to get assets info.
We call the Opensea javascript SDK to fetch an asset.
npx react-native run-android -- --warning-mode=all