Skip to content

Commit

Permalink
update versions and README
Browse files Browse the repository at this point in the history
  • Loading branch information
livingrockrises committed Jul 13, 2023
1 parent 3c4be40 commit 6941cca
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 10 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -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).
Expand All @@ -26,22 +24,26 @@ ERC4337, Account abstraction, introduces the concept of Paymasters. These specia

## Services

<img width="1076" alt="Screenshot 2022-11-13 at 7 45 04 PM" src="https://user-images.githubusercontent.com/90545960/201531668-b616d0b7-d94a-4ee5-9e4a-709836f8dfc0.png">

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/



2 changes: 1 addition & 1 deletion packages/transak/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/web3-auth-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6941cca

Please sign in to comment.