se7enarianelabs
se7enarianelabs
Signed-off-by: Piotr Swierzy **Description**:
### Description When you have a Hedera account, such as [0.0.104225](https://hashscan.io/testnet/account/0.0.104225?app=false&p2=1&pt=1&ph=1), that possesses a 'native' EVM address, utilizing the `toSolidityAddress` method on such an AccountId results in an incorrect solidity...
### Problem The goal of this issue is to analyze the compatibility of Hedera's EVM with the Ethereum [web3py](https://web3py.readthedocs.io/en/stable/index.html) client. Please include instructions on how to configure and install the...
### Problem Currently, Hedera allows developers to treat HTS tokens as ERC20 and ERC721 tokens in smart contracts thanks to [HIP-218](https://hips.hedera.com/hip/hip-218). This has enabled us to port EVM contracts and...
### Problem The `hts-precompile/examples/` contracts have not been audited, and no static analysis has been performed on them. To ensure that the example contracts created by the Hedera Team represent...
### Description I gave a smart contract the approval to manage all my HTS tokens(setApprovalForAll), then I created a smart contract that makes a precompiled `cryptoTransfer` with a swap(HTS NFT...
### Problem The goal of this project is to experimentally research the Hedera EVM and Ethereum EVM equivalence. This will be achieved by re-executing all Ethereum transactions one-by-one on a...