Expo, React Native, TypeScript, Hardhat and Ethers
A starter kit/boilerplate for building:
- an integrated wallet/dapp (web3 provider and dapp)
- a WalletConnect compatible dapp (soon)
...with:
- Expo (React Native)
- TypeScript
- Ethers (web3 provider)
- Styled Components
- Hardhat
- Solidity
- Ethers
Run the native app:
yarn
expo start
Run the local node/deploy contracts:
TODO