Skip to content
/ frame Public
forked from floating/frame

System-wide Web3 for macOS, Windows and Linux

License

Notifications You must be signed in to change notification settings

TO19/frame

This branch is 1 commit ahead of, 207 commits behind floating/frame:0.5.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1f68fc9 · Jan 20, 2022
Jan 19, 2022
Jan 20, 2022
Oct 27, 2020
Dec 8, 2021
Jan 14, 2022
Dec 22, 2021
May 5, 2021
Jan 20, 2022
Dec 29, 2021
Jan 20, 2022
Jan 20, 2022
Oct 14, 2021
Jun 9, 2021
Aug 29, 2021
Jan 19, 2022
Jan 20, 2022
Jan 20, 2022
Nov 29, 2021

Repository files navigation


Frame

F R A M E

System-wide Web3 for macOS, Windows and Linux 🎉



Frame is a native web3 interface that lets you sign data, securely manage accounts and transparently interact with dapps via web3 protocols like Ethereum and IPFS!

Features

  • First-class Hardware Signer Support
    • Use your GridPlus, Ledger and Trezor accounts with any dapp!
  • Extensive Software Signer Support
    • Use a mnemonic phrase, keystore.json or standalone private keys to create and backup accounts!
  • Permissions
    • You'll always have full control of which dapps have permission to access Frame and can monitor with full transparency what requests are being made to the network.
  • Set your own connections to Ethereum and IPFS
    • Never be locked into using a centralized gateway
  • Menu Bar Support
    • Frame stays out of the way and sits quietly in your menu bar until it's needed
  • Cross Platform
    • macOS, Windows and Linux!

Talks

Downloads

Run Source

# Clone
› git clone https://github.com/floating/frame

# Install
› npm install

# Run
› npm run prod

On Windows: Run npm install --global --production windows-build-tools as administrator before running the demo. You can find more info about this here: https://github.com/felixrieseberg/windows-build-tools.

On Ubuntu: Run sudo apt-get install build-essential libudev-dev before running the demo.

Build Apps

› npm run bundle # Create app bundle
› npm run build # Build apps for current platform

Connect to Frame natively

Frame exposes system-wide JSON-RPC endpoints ws://127.0.0.1:1248 and http://127.0.0.1:1248 that you can connect to from any app. We recommend using eth-provider to create a connection const provider = ethProvider('frame') as eth-provider will handle any connection edge cases across browsers and environments

Frame's injected provider

Frame also has a browser extension for injecting a Frame-connected EIP-1193 provider into web apps as window.etheruem. This can be used to inject a connection when an app does not provide the option to connect to Frame natively.

Related


WebsiteBlogTwitterChat

About

System-wide Web3 for macOS, Windows and Linux

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 66.8%
  • Stylus 21.2%
  • TypeScript 11.9%
  • HTML 0.1%