parent
f8275f054e
commit
ac8a145ae3
|
@ -34,6 +34,13 @@ plotters = "0.3.3"
|
||||||
tempfile = "3.3.0"
|
tempfile = "3.3.0"
|
||||||
hex = "0.4.3"
|
hex = "0.4.3"
|
||||||
|
|
||||||
|
[profile.release]
|
||||||
|
strip = true
|
||||||
|
opt-level = "z"
|
||||||
|
lto = true
|
||||||
|
codegen-units = 1
|
||||||
|
panic = "abort"
|
||||||
|
|
||||||
######################################
|
######################################
|
||||||
# Examples
|
# Examples
|
||||||
######################################
|
######################################
|
||||||
|
|
|
@ -6,7 +6,7 @@ Helios is a fully trustless, efficient, and portable Ethereum light client writt
|
||||||
|
|
||||||
Helios converts an untrusted centralized RPC endpoint into a safe unmanipulable local RPC for its users. It syncs in seconds, requires no storage, and is lightweight enough to run on mobile devices.
|
Helios converts an untrusted centralized RPC endpoint into a safe unmanipulable local RPC for its users. It syncs in seconds, requires no storage, and is lightweight enough to run on mobile devices.
|
||||||
|
|
||||||
The entire size of Helios's binary is 13Mb and should be easy to compile into WebAssembly. This makes it a perfect target to embed directly inside wallets and dapps.
|
The entire size of Helios's binary is 5.3Mb and should be easy to compile into WebAssembly. This makes it a perfect target to embed directly inside wallets and dapps.
|
||||||
|
|
||||||
## Installing
|
## Installing
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue