You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,8 @@ Is EVM written in rust that is focused on **speed** and **simplicity**. It has f
4
4
5
5
Here is list of things that i would like to use as guide in this project:
6
6
-**EVM compatibility and stability** - this goes without saying but it is nice to put it here. In blockchain industry, stability is most desired attribute of any system.
7
-
-**Speed** - is one of the most important things and most decision are made to complement this.
8
-
-**Simplicity** - simplification of internals so that it can be easily understood and extended, and interface that can be easily used or integrated into other project.
7
+
-**Speed** - is one of the most important things and most decisions are made to complement this.
8
+
-**Simplicity** - simplification of internals so that it can be easily understood and extended, and interface that can be easily used or integrated into other projects.
9
9
-**interfacing** - `[no_std]` so that it can be used as wasm lib and integrate with JavaScript and cpp binding if needed.
10
10
11
11
@@ -18,7 +18,7 @@ structure:
18
18
* revmjs -> Binding for js. (in not finished state)
19
19
* bins:
20
20
* revme: cli binary, used for running state test json
21
-
* revm-test: test binaries with contracts, used mostly to checke performance (will proably merge it inside revme).
21
+
* revm-test: test binaries with contracts, used mostly to check performance (will probably merge it inside revme).
22
22
23
23
There were some big efforts on optimization of revm:
0 commit comments