Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arjun-r34/biconomy-smart-wallet
A smart wallet powered by Biconomy
https://github.com/arjun-r34/biconomy-smart-wallet
account-abstraction blockchain ethereum evm hacktoberfest smart-contracts smart-wallet
Last synced: 9 days ago
JSON representation
A smart wallet powered by Biconomy
- Host: GitHub
- URL: https://github.com/arjun-r34/biconomy-smart-wallet
- Owner: ARJUN-R34
- License: mit
- Created: 2023-09-05T16:13:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-05T16:43:32.000Z (over 1 year ago)
- Last Synced: 2024-05-01T18:29:20.673Z (9 months ago)
- Topics: account-abstraction, blockchain, ethereum, evm, hacktoberfest, smart-contracts, smart-wallet
- Language: JavaScript
- Homepage:
- Size: 383 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Smart Wallet
A smart wallet powered by Biconomy
### To run this project, follow the steps below:
Create a `.env` file in the root directory and add the following variables
```bash
REACT_APP_PAYMASTER_MUMBAI=
REACT_APP_BUNDLER_MUMBAI=https://bundler.biconomy.io/api/v2/80001/nJPK7B3ru.dd7f7861-190d-41bd-af80-6877f74b8f44
REACT_APP_PAYMASTER_BSC_TESTNET=
REACT_APP_BUNDLER_BSC_TESTNET=https://bundler.biconomy.io/api/v2/97/nJPK7B3ru.dd7f7861-190d-41bd-af80-6877f74b8f44
REACT_APP_PAYMASTER_POLYGON=
REACT_APP_BUNDLER_POLYGON=https://bundler.biconomy.io/api/v2/137/nJPK7B3ru.dd7f7861-190d-41bd-af80-6877f74b8f44
REACT_APP_PAYMASTER_BSC_MAINNET=-
REACT_APP_BUNDLER_BSC_MAINNET=https://bundler.biconomy.io/api/v2/56/nJPK7B3ru.dd7f7861-190d-41bd-af80-6877f74b8f44
REACT_APP_PAYMASTER_ETHEREUM=
REACT_APP_BUNDLER_ETHEREUM=https://bundler.biconomy.io/api/v2/1/nJPK7B3ru.dd7f7861-190d-41bd-af80-6877f74b8f44
REACT_APP_PAYMASTER_GOERLI=
REACT_APP_BUNDLER_GOERLI=https://bundler.biconomy.io/api/v2/5/nJPK7B3ru.dd7f7861-190d-41bd-af80-6877f74b8f44
REACT_APP_PAYMASTER_ARBITRUM_MAINNET=
REACT_APP_BUNDLER_ARBITRUM_MAINNET=https://bundler.biconomy.io/api/v2/42161/nJPK7B3ru.dd7f7861-190d-41bd-af80-6877f74b8f44
REACT_APP_PAYMASTER_ARBITRUM_TESTNET=
REACT_APP_BUNDLER_ARBITRUM_TESTNET=https://bundler.biconomy.io/api/v2/421613/nJPK7B3ru.dd7f7861-190d-41bd-af80-6877f74b8f44
```The paymaster Urls can be generated from the [Biconomy Dashboard](https://dashboard.biconomy.io).
Clone the repository
```bash
git clone https://github.com/ARJUN-R34/biconomy-smart-wallet.git
```Install dependencies and run the app
```bash
npm i && npm run start
```The UI will be live on http://localhost:3000