Skip to content

pellartech/eth-json-rpc-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ETH-JSON-RPC-TESTS

A simple suite of tests which can be used to test an Ethereum JSON-RPC api meets the specification.

Built with Mocha, Supertest, ethers.js and Yarn.

./test/setup.js can be modified to change the order of test execution or to remove an RPC method from being tested.

1. Install Dependencies

yarn

2. Configure Environment

cp .env.example .env

3. Run tests

make test

About

A simple suite of tests which can be used to test an Ethereum JSON-RPC api meets the specification. Built with Mocha, Supertest, ethers.js and Yarn.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages