Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

  1. Clone the repository:
git clone https://github.com/permutize/kernel-network-test.git
cd kernel-network-test
  1. Create a .env file in the root directory of the repository and set up the following variables:
RPC_URL="https://rpc"
BUNDLER_URL="https://bundler"
PRIVATE_KEY="abcdef0123"
  • RPC_URL: This is the URL of the RPC node.
  • BUNDLER_URL: This is the URL of the bundler node.
  • PRIVATE_KEY: This is the private key of the account that will be used to send transactions (without the 0x prefix).
  1. Install the required dependencies:
npm install

Running the Script

To run the network test script, execute the following command:

npm run dev

or:

npm run build
npm start

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages