Skip to content

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

Stars

0 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages