Skip to content

HarshitRuwali/rust-web3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-web3

Trying to explore web3 using rust.

setup

Create a .env file and enter the api key from Infura and the eth account number excluding the 0x and the project secret in the fromat specifed in the .env.example file.

Compiling and running

To compile the project, run cargo build

To execute the project, run cargo run

Note while compiling/running for the first time, it will take time, because cargo will compile the all libraries used during the first compile. Next run wont take time.

About

Trying to explore web3 using rust.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published