Skip to content

Automation tests to check erc20 token transfer on goerli test network

Notifications You must be signed in to change notification settings

sarojsarab/Blockchain-automation-goerli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blockchain automation for Goerli test network

To run the test script follow the below steps

  1. Make sure you have Node v18 is installed.
  2. Make sure you have latest npm installed
  3. Pull the project and run npm install
  4. update INFURA_ID, TO_WALLET_PRIVATE_KEY and FROM_WALLET_PRIVATE_KEY values in biconomy.test.js info:
  • Create an infura.io account and create a new project to get the INFURA_ID
  • Create 2 Metamask account and get the private keys for those accounts and update the TO_WALLET_PRIVATE_KEY and FROM_WALLET_PRIVATE_KEY
  1. Run npm test to run the tests

About

Automation tests to check erc20 token transfer on goerli test network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published