https://github.com/mikeshultz/pneumatic
Pretty okay and experimental browser extension
https://github.com/mikeshultz/pneumatic
Last synced: 8 days ago
JSON representation
Pretty okay and experimental browser extension
- Host: GitHub
- URL: https://github.com/mikeshultz/pneumatic
- Owner: mikeshultz
- Created: 2021-03-07T16:14:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-15T03:46:53.000Z (about 5 years ago)
- Last Synced: 2025-02-22T22:27:51.779Z (over 1 year ago)
- Language: TypeScript
- Size: 33.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pneumatic
**NOTE**: This is currently not usable. Don't bother.
A decntralized Web browser extension.
## Ethereum
### Injection
This extension follows [EIP 1193](https://eips.ethereum.org/EIPS/eip-1193).
## IPFS
Will attempt to serve IPFS URLs
- ipfs://QmZ4tDuvesekSs4qM5ZBKpXiZGun7S2CYtEZRB3DYXkjGx
## Development
Perhaps this will have better docs later.
### Notes
In one terminal, run webpack:
yarn build:watch
In another:
yarn start
This will launch Firefox with the temporary extension installed, and reload on
file changes.
Test provider in browser console:
pneumatic.provider.request({ method: 'eth_blockNumber', params: [] }).then(res => console.log(parseInt(res, 16)))