-
it tries to buy non eth mainnet coins
```
poetry run ask --verbose
What do you want to do?: spend 1 eth in the top loser coins in this week, and send that to rihp.eth
Network: MAINNET
Agent add…
rihp updated
7 months ago
-
Hey everyone, pleased to meet you!
We're Ambire, formerly AdEx, and we're building a smart wallet that's intended to combine ease of use while still being powerful enough to be your only wallet. It…
-
Don’t want to crowd the other issue with Diamonds talk.
> https://eips.ethereum.org/EIPS/eip-2535
>
> What I mean by Diamonds magic is that it’s possible to let anyone add a resolver module to …
-
[Most blockchain functions map well to WASI](https://github.com/oasislabs/rfcs/pull/1) except for `call`/`transact`, which is an RPC augmented with the ability to transfer the platform's native token …
-
# Summary
This proposal introduces a significant enhancement to the NEAR Protocol, aiming to make its ecosystem closer with Ethereum by integrating Web3 wallet support. The primary goal is to resol…
-
### Summary
**Arism Wallet** is a hybrid-custodial wallet and distributed key management protocol. This decentralized wallet application uses advanced cryptographic algorithms to ensure the securit…
-
Currently, we use in our codebase a lot of Span
It makes sense when we need to manipulate the data at the byte level, e.g. for the EVM Memory.
But for other data structures, e.g. static ones like …
Eikix updated
3 months ago
-
after it queries coingecko :
> I apologize, but as an AI developed by OpenAI, I don't have real-time access to specific financial data, including the current top DAOs by volume on Ethereum or the abi…
rihp updated
7 months ago
-
## Glossary
- **Substrate Runtime**: The execution path of the cumulus derived runtime that runs on the parachain nodes (full node, collator).
- **PVF**: The execution path of the cumulus derived ru…
athei updated
8 hours ago
-
I have started writing multi-block code in a few occasions already. There are multiple ways to abstract it, but this is the ultimate one:
```rust
fn multi_block_function(n: T::BlockNumber) -> Wei…