This is a project for starting an Inkey-based dApp, written in Vue.
cp src/algonaut.config.sample.json src/algonaut.config.json
Open src/algonaut.config.json and configure your node. The sample is configured for Purestake. You can get a free API Key here.
npm i
npm run dev
An overview of the important files in src/:
algonaut.ts: Instantiates and configures Algonaut to use Inkey.state.ts: Maintains account state with Vue Reactivitycomponents/InkeyConnect.vue: A button that connects to Inkey and displays account information once connectedcomponents/Home.vue: Contains asset creation & opt-in tests.