Skip to content

Repository files navigation

Portal

A powerful and convenient wallet. I'm trying to build this mainly out of frustration, there is no wallet with the features I need or how I need them

Features

dashboard

  • account abstraction

    • create different type of wallets(like multisig)
    • protocol agnostic crosschain operations. Starts with chainlink CCIP, then maybe layer0 or some bridge. I wanna be able to move my assets from one chain to another smoothly
    • create user operations or batch transactions together (e.g., approve and execute a swap in one go)
    • account management
      • zkLogin sui and zkLogin eth, using secp256r1 to sign with passkeys
      • account recovery
      • flexible security rules(share your account security across trusted devices or individuals)
    • gas abstraction(pay gas with tokens, pay someone else's gas, or have someone else pay yours)
    • intent-like blockchain interaction maybe using AI agents(I need to think about this, the point is not over engineer everything with AI)
  • payments(scheduled/batch payments and crypto invoice for b2b)

    • bills: payment scheduled to be executed(like, a notification to remind me to send 1 USDT monthly)
    • invoices: payment scheduled to be received disclaimer: here I would like to include some sort payment distribution(for example, allow to send in 1 tx 1 eth to 10 accounts). Yes, the mock data is a token list

payments

  • contract interaction(essentially ganache + abininja + postman for web3)
    • interact with contracts(including contracts in local networks, hardhat and foundry projects)
    • abi management(fetch ABI for verified contracts, provide ABI for unverified ones, store and delete ABIs)
    • allow to save and reproduce a workflow/user operation/sequence of transactions to play

contracts

networks

Features ?

  • allow to interact with arbitrary plugins/protocols(anvil,dp2p,dex,aave)
  • social( maybe some integration with an addressbook or CRM)
  • finance management(maybe to keep track of cashflow)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages