Skip to content

imapp-pl/precompiles-rust-c-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C API for ethereum precompiles

Generating C headers file

make build

Example usage from C code

Shown in .c files in examples.

For each program you want to run:

gcc program.c -o program -lprecompiles -L../target/debug/
LD_LIBRARY_PATH=../target/debug ./program

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published