Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
A Python smart-contract API with a fast (embedded) Ethereum Virtual Machine (EVM). Simular
creates a Python wrapper around production grade Rust based Ethereum APIs.
How is it different than Brownie, Ganache, Anvil?
The primary motivation for this work is to be able to model smart-contract interaction in an Agent Based Modeling environment like Mesa.
EVM
: run a local version with an in-memory database, or fork db state from a remote node.Snapshot
: dump the current state of the EVM to json for future use in pre-populating EVM storageABI
: parse compiled Solidity json files or define a specific set of functions using human-readable
notationContract
: high-level, user-friendy Python APIRust
and Python
, and optionally Make
. We use hatch
for Python project management, but it's not requiredmake build
or hatch run maturin develop
simular/
for the main python apiSee Simular Documentation for examples and API details.
Thanks to the following projects for making this work possible!
FAQs
smart-contract api and embedded ethereum virtual machine
We found that simular-evm demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.