yoroi-frontend
v86
yoroi-frontend | v86 | |
---|---|---|
243 | 167 | |
340 | 20,575 | |
-0.6% | 1.0% | |
10.0 | 9.5 | |
7 days ago | 3 days ago | |
JavaScript | JavaScript | |
MIT License | BSD 2-clause "Simplified" License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
yoroi-frontend
-
Yoroi Wallet Launches Swaps & Fiat Onramp Integrations
Developed by EMURGO Fintech, a division within EMURGO – a founding entity of Cardano blockchain – Yoroi is an open-source crypto wallet for the Cardano ecosystem.
-
Verify Catalyst ID
Thanks for sharing your feedback regarding the Catalyst registration. We have just pushed an update to fix the Ledger compatibility issue. Apologies for any inconvenience. https://github.com/Emurgo/yoroi-frontend/releases/tag/4.22.100
-
Yoroi doesn't work with SundaeSwap?
Though Devs left a few years ago, it has since been picked up by new staff and Yoroi is still actively developed as you can see by the repo. You can reach out to u/Outrageous_One_6164 if you have any issues.
-
Fake Website Alert: Yoroi Wallet
Book mark the official Yoroi Wallet website yoroi-wallet.com.
-
Error Claiming/Restaking
Yeah, it happens! But it's probably not your device. It sounds like this issue here.
- Shelley Era Wallet
-
Hi guys...could use some help....tried to send agix to my ledger via cardano blockcain...but ledger doesn't support it...what's the best...or easiest way to get my agix back to get on my exchange?...and please no stupid spam messages!
Do you mean you sent it to your Cardano address? Just connect your Ledger to adalite.io or https://yoroi-wallet.com/ to see it. (connect only, don't put in your Ledger seedphrase)
-
Great Tools for Getting Started in Cardano
I would add Yoroi wallet (https://yoroi-wallet.com/) which can be configured with Trezor cold wallet .
-
Yoroi - no way to input pw, only restore with recovery phrase?
It looks like somehow your cache got cleared. You will need to restore the wallet. Ensure you have it downloaded directly from Yoroi/Emurgo. You can visit our website yoroi-wallet.com to make sure. Cheers!
-
How to Connect Yoroi to Ledger Hardware Wallet
Download and install your preferred desktop version of Yoroi Wallet from the official Yoroi site here. The desktop version is a web browser extension. If you have already downloaded it, you can skip this step.
v86
- JSLinux
-
Porting Tailscale to Plan 9
In case y'all missed it in the first post, and you just want to try this out, it's working in this v86 image:
https://copy.sh/v86/?profile=custom&m=768&vram=16&hda.url=ht...
You can start tailscaled and tailscale inside the VM. It may take a while to come online sometimes due to limited proxy availability.
- Win98-quickinstall: A framework and installer to quickly install Windows 98
-
Recommendation for non-DOS/Unix open source OS outside x86/X64
I've got a hobby OS that's currently x86 32-bit only. amd64 and arm64 are on my roadmap, but if all goes well, it's going to be the same experience on all three platforms, so arm64 won't be anymore exciting than x86 32-bit. Other than, you could run it on a raspberry pi or maybe an arm apple.
I imagine most hobby OSes are looking at arm support vs adding something else, and arm support is going to be more fiddly and have less to show for it. I haven't found much time to work on mine lately, but other things are way more important like getting my virtio-net driver and the v86 virtio-net device to work together; having networking in https://copy.sh/v86/?profile=crazierl would be really neat. Running on a pi would be neat too, but a browser demo is way more accessible.
-
Make Ubuntu packages 90% faster by rebuilding them
Not a bad idea. Arch also comes to mind, and its support on https://copy.sh/v86/ is a testament to its flexibility.
- V86: Working Operating Systems in the Browser
- Webvm: Virtual Machine for the Web
- WebVM 2.0: A complete Linux Desktop Environment in the browser via WebAssembly
- Windows 95 Running in the Browser
-
Run a Virtual Machine in Your Browser
import { useEffect } from 'react'; function App() { useEffect(function initializeEmulator(){ // See https://github.com/copy/v86/blob/master/src/browser/starter.js for options window.emulator = new window.V86({ wasm_path: '/v86.wasm', screen_container: document.getElementById("screen_container"), bios: { url: "/bios/seabios.bin", }, vga_bios: { url: "/bios/vgabios.bin", }, hda: { // Hard Disk url: "/images/fd12-base.img", async: true, size: 419430400, // Recommended to add size of the image in URL. see https://github.com/copy/v86/blob/master/src/browser/starter.js }, autostart: true, }); }, []); return (
Initializing Emulator…div> canvas> div> ); } export default App;
What are some alternatives?
daedalus - The open source cryptocurrency wallet for ada, built to grow with the community
webvm - Virtual Machine for the Web
adalite - A lightweight web wallet for Cardano cryptocurrency with Trezor, Ledger and BitBox02 support. Please note that the only valid domain for our wallet is adalite.io
adblock-rust - Brave's Rust-based adblock engine
trezor-suite - Trezor Suite Monorepo
daedalOS - Desktop environment in the browser