Live data from Hacker News

Show HN: Vue.js applications that interact with Ethereum smart contracts

nuxt-box.paperchain.io

1–4 of 4 posts

Re: Show HN: Vue.js applications that interact with Ethereum smart contracts

#2
Handy, I recently gave up on trying to find a truffle box with vue already setup so I used the most basic box to start. I found the the existing ones seem to get out of date quickly. Is there anything in this package above and beyond Truffle with Vue?

Re: Show HN: Vue.js applications that interact with Ethereum smart contracts

#3
post #2

Handy, I recently gave up on trying to find a truffle box with vue already setup so I used the most basic box to start. I found the the existing ones seem to get out of date quickly. Is there anything in this package above and beyond Truffle with Vue?

It's built on Nuxt.js and has the connections set up to be used with Vuex.

Re: Show HN: Vue.js applications that interact with Ethereum smart contracts

#4
post #2

Handy, I recently gave up on trying to find a truffle box with vue already setup so I used the most basic box to start. I found the the existing ones seem to get out of date quickly. Is there anything in this package above and beyond Truffle with Vue?

It's got Nuxtjs wireup, web3 as a plugin, contract communication layer using eth-abi / web3 in Store. (Truffle included)