Commit 6c68529
Develop (#80)
* feat/sdk-lite (#75)
* feat/sdk-lite-init-commit
* add: example for sdk lite
* update: contractParams passed by user
* remove: api key in example sdk lite
* refacto: remove unused code
* clean: lightening sdk
* add: default safe contract config
* fix: counter number in example
* remove contractParams in example
* update: doc comments
* delete: sessionKey and importSafe pages in example
* remove eip5792 & erc7715 actions in sdk lite
* update Readme
* clean
* update Readme
* clean: remove unnessary code
* update: store account address in local storage in example
* clean: unused dependencies in package.json
* fix: typings
* update: naming
---------
Co-authored-by: yoanslvy <97676023+yoanslvy@users.noreply.github.com>
* fix: typo
* Sdk core/new features (#77)
* feat/ add capabilities & safeOwner actions
* add: eip1193Actions in createClient
* update: capabilities example with sdk core
* add: safeOwner tests in sdk core demo
* update: viem version
* update: sdk version
* feat/session-keys sdk (#76)
* feat/session-keys sdk
* lint
* make session-keys sdk agnostic to any safe smart account client
* feat: toSmartSessionsAccount
* add: session keys example
* update: bun.lock
* fix: typings errors
* export type SafeSigner
* update: use permissionless in example
* fix: typing error in applyDefaults
* update: smartAccountClient type in toSessionsSigner
* WIP: fix type error in example
* add: addSafe7579Module function
* add: SmartSessionsAccountClient type
* update: example session keys
* update: package version
* remove: bun.lock file
* update: viem version
* update: readme
---------
Co-authored-by: Mathieu LARUELLE <95310781+mathieulrl@users.noreply.github.com>1 parent 7604f0f commit 6c68529
File tree
143 files changed
+12479
-548
lines changed- examples
- sdk-core-demo
- public
- src/app
- components
- contract
- lib
- ui
- components
- utils
- modules
- hooks
- services
- safe-owners
- types
- sdk-session-keys-demo
- public
- src/app
- components
- contract
- lib
- ui
- components
- utils
- modules
- hooks
- services
- session-key
- types
- viem-demo-capabilities/src/app
- components
- createSigner
- importSafe
- modules/hooks
- viem-demo/src/app
- components
- modules/hooks
- packages
- sdk-core
- src
- core
- accounts
- safe
- abi
- safeSigner
- ecdsa
- services
- actions
- accounts
- 7579
- eip1193
- safe
- owners
- smartAccountActions
- paymaster
- clients
- accounts/safe
- decorators
- paymaster
- signers
- sdk-session-keys
- src
- 7579
- abis
- modules/sessionKey
- abi
- decorators
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
143 files changed
+12479
-548
lines changedBinary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
Loading
Loading
0 commit comments