Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tkc/nuxt-ethereum-wallet
web3 wallet on nuxt.js
https://github.com/tkc/nuxt-ethereum-wallet
blockchain ethereum nuxt vue web3 web3js
Last synced: about 7 hours ago
JSON representation
web3 wallet on nuxt.js
- Host: GitHub
- URL: https://github.com/tkc/nuxt-ethereum-wallet
- Owner: tkc
- Created: 2018-04-16T14:51:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-30T14:25:48.000Z (over 6 years ago)
- Last Synced: 2023-03-03T15:43:53.453Z (over 1 year ago)
- Topics: blockchain, ethereum, nuxt, vue, web3, web3js
- Language: Vue
- Homepage:
- Size: 146 KB
- Stars: 18
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nuxt-ethereum-wallet
> ethereum-wallet
## Run Private Ethereum
```
$ cd eth_private
$ geth --networkid "10" \
--nodiscover \
--datadir `pwd` \
--rpc \
--rpcaddr "localhost" \
--rpcport "8545" \
--rpccorsdomain "*" \
--rpcapi "eth,net,web3,personal,accounts" \
console 2>> `pwd`/geth_err.log
```## Build Setup
``` bash
# install dependencies
$ npm install # Or yarn install# serve with hot reload at localhost:3000
$ npm run dev# build for production and launch server
$ npm run build
$ npm start# generate static project
$ npm run generate
```## License
MIT