0.1.7 • Published 1 year ago

freeky-snap v0.1.7

Weekly downloads
-
License
(MIT-0 OR Apache-...
Repository
github
Last release
1 year ago

Freeky Snap

Built by Team 41 at InterIIT Tech Meet 11.0

Endpoints

Account Abstraction

  • get_eoaAccount Get details of the EOA account of metamask. (public key and balance)
  • add_abstractAccount Add abstract account to snap
  • generate_abstractAccount Generate abstract account from EOA account
  • get_abstractAccount Get abstract account stored in metamask snap state. (public key and balance)
  • get_ownerAddress Returns the owner of the stored abstract account. Returns 0x0x if the owner is empty
  • generate_unsignedUserOperation Generates unsigned user operation given to, value, calldata (data) fields
  • send_transaction Send the transaction to bundler. Need to provide a user operation as input.
  • send_transactionTest Test point to check if bundler is okay or not
  • store_scwAddress Store only a scw address
  • get_scwAddress Get scw address

Guardians

  • addGuardians Add guardians of the
  • lost_access Notify and ask guardians to get your wallet back
  • recover_access After some required amount of guardians have confirmed, get your wallet back

Others

  • get_snapState Get the current snap state
0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago