Skelectric

Results 6 comments of Skelectric

Left a comment about maybe having a hierarchy. Let me know what you think.

I just went ahead and added the hierarchy to the start, since I'm sure it will prove useful. Also I've started a deep dive on some of these risks, and...

That makes sense. I just redid the Operational Risk section in a format that communicates things a bit more concisely, added sections for potential risk management strategies, and follows the...

This is just a no-brainer and I'm surprised that there has been silence on this front. There is currently no way to interact with dApps on mobile using hardware wallets....

> I was able to execute a transaction. > > https://www.reddit.com/r/Metamask/comments/jq21bb/hardware_wallets_ledger_nano_on_metamask_mobile/gi8ql0t There's no way you imported your Nano X's private key into Metamask because (1) it's not accessible by design...

Per request, pasting implementation summary of orderbook here, for convenience. ``` //! # Features //! - No unsafe rust used //! - Vector-based bid and ask books with a VecDeque...