Skip to content

This code deploys smart contract on aion through both password and private key.

License

Notifications You must be signed in to change notification settings

dhruvingbc/aion-contract-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wallet Tests

This repository contains the mocha test files for web3 API.

System Requirements

  • NodeJS > 8
  • Bignumber.js library
  • Mocha and Chai

Test Requirements

  • Make sure you have at least 4 accounts.
  • Put the password of the miner in the pw field in wallet_test.js.
  • Set the aion-web3 location in wallet_test.js.

Running Tests

  • Running a single mocha test: In a terminal navigate to the test folder and run the test using
mocha testName_test.js
  • Running all the mocha tests: In a terminal navigate to the test folder and run the following command:
mocha --recursive

About

This code deploys smart contract on aion through both password and private key.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published