From 6941ccaa8f27af63a6b49f8826a7c2635fdf1cf4 Mon Sep 17 00:00:00 2001 From: livingrockrises <90545960+livingrockrises@users.noreply.github.com> Date: Thu, 13 Jul 2023 12:50:42 +0400 Subject: [PATCH] update versions and README --- .gitignore | 4 ++++ README.md | 18 ++++++++++-------- packages/transak/package.json | 2 +- packages/web3-auth-native/package.json | 2 +- 4 files changed, 16 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 47d3f0d1b..3ac2e3158 100644 --- a/.gitignore +++ b/.gitignore @@ -64,6 +64,10 @@ packages/common/package-lock.json packages/bundler/package-lock.json packages/node-client/package-lock.json packages/paymaster/package-lock.json +packages/particle-auth/package-lock.json +packages/web3-auth/package-lock.json +packages/web3-auth-native/package-lock.json +packages/transak/package-lock.json package-lock.json yarn.lock diff --git a/README.md b/README.md index 91b102c8b..16973d7b7 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,8 @@ # Biconomy SDK +The Biconomy Software Development Kit (SDK) is plug & play toolkit for dApps to make use of ERC4337 Account Abstraction and enable a highly customised one-click experiences for their users. It presents a comprehensive range of solutions, from user onboarding to sustained engagement, managing and deploying smart accounts, dispatching user transactions with gas abtraction of your choice. This SDK functions in a non-custodial fashion, provides a unified solution that enhances the user experience within your dApp. ## Packages - -The Biconomy Software Development Kit (SDK) is plug & play toolkit for dApps to make use of ERC4337 Account Abstraction and enable a highly customised one-click experiences for their users. It presents a comprehensive range of solutions, from user onboarding to sustained engagement, managing and deploying smart accounts, dispatching user transactions with gas abtraction of your choice. This SDK functions in a non-custodial fashion, provides a unified solution that enhances the user experience within your dApp. - ### Account Building and sending UserOperations is a key offering of any toolkit designed for ERC4337. The Biconomy account package stands as an exemplary toolkit in this regard. Meticulously crafted with developers' needs in mind, this package seamlessly integrates the essential features associated with ERC-4337. It simplifies the process of creating and sending UserOperations, thus optimizing the development and management of decentralized applications (dApps). @@ -26,22 +24,26 @@ ERC4337, Account abstraction, introduces the concept of Paymasters. These specia ## Services +Screenshot 2022-11-13 at 7 45 04 PM +1. SDK Backend node - responsible for chain configurations and gas estimation endpoints +2. Indexer +3. Paymaster Service - used for checking policies and verifying paymaster signing +4. Bundler Node -## Quickstart +## Quickstart - -## Architecture - - +https://github.com/bcnmy/sdk-examples/blob/modular-sdk-v3/backend-node/README.md ## Resources +https://docs.biconomy.io/introduction/overview +https://dashboard.biconomy.io/ diff --git a/packages/transak/package.json b/packages/transak/package.json index da7b53b47..127bfd7a1 100644 --- a/packages/transak/package.json +++ b/packages/transak/package.json @@ -1,6 +1,6 @@ { "name": "@biconomy/transak", - "version": "2.0.0", + "version": "3.0.0-alpha.0", "description": "transak for biconomy sdk", "main": "./dist/src/index.js", "typings": "./dist/src/index.d.ts", diff --git a/packages/web3-auth-native/package.json b/packages/web3-auth-native/package.json index 832575cc7..c90f8888f 100644 --- a/packages/web3-auth-native/package.json +++ b/packages/web3-auth-native/package.json @@ -43,7 +43,7 @@ }, "peerDependencies": { "@babel/runtime": "^7.x", - "react-native": "^3.0.0-alpha.0" + "react-native": "~0.68.2" }, "devDependencies": { "@babel/runtime": "^7.20.1",