DOkwufulueze / eth-vue

Featured in Awesome Vue [https://github.com/vuejs/awesome-vue], a curated list maintained by vuejs of awesome things related to the Vue.js framework, and Awesome List [https://awesomelists.net/150-Vue.js/3863-Open+Source/18749-DOkwufulueze-eth-vue], this Truffle Box provides everything you need to quickly build Ethereum dApps that have authentication features with vue, including configuration for easy deployment to the Ropsten Network. It's also Gravatar-enabled. Connecting to a running Ganache blockchain network from Truffle is also possible -- for fast development and testing purposes. Built on Truffle 5 and Vue 3, eth-vue uses vuex for state management, vuex-persist for local storage of app state, and vue-router for routing. Authentication functionalities are handled by Smart Contracts running on the Ethereum blockchain.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to integrate with ERC20 token

buhrmi opened this issue · comments

Hello,

I'd love to use this to create and transfer ERC20 tokens. Is there a way to combine this with ERC20?

Hi, @buhrmi,

To create and transfer ERC20 tokens with eth-vue, I'll suggest you visit zeppelin, and get the necessary directories and Smart Contract files. Add the directories and files to eth-vue's zeppelin directory. Once that's done, you can call the required methods as normal.

Visit zeppelin to see the libraries and Smart Contracts you'll need.

hello is there any good api for ERC20 tokens plz help me

Have you checked tokenbalance?

Closing as this seems settled.