Skip to content

dhruvinparikh/aion-contract-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploying Smart Contract on AION

Handy code to deploy Smart Contract on [AION]: https://aion.network blockchain.

Getting Started

  • Install Dependencies using npm install
  • Run index.js file using npm run start

NOTE:

Be sure to add your own credentials into a credentials.js file with the following variables.

Example

export const PRIVATE_KEY = [YOUR_PRIVATE_KEY];
export const NODESMITH_API = [YOUR_NODESMITH_API_URL_WITH_KEY];