Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# nuxt-ethereum-wallet

> ethereum-wallet

screen shot 2018-04-19 at 2 36 00

## 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