This repository creates a simple setup for blockchain developers to get started with the AION blockchain and make their own packs.
-
Specify where your AION node is running in
titanrc.js
-
titan unlock
-
(optional)
titan compile contracts/SimpleStorage.sol
-
titan deploy contracts/SimpleStorage.sol
-
yarn
ornpm i
-
yarn start
ornpm start