Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 765 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 765 Bytes

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];