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

https://github.com/wpuricz/building-basic-eos-dapp-scatter

Building a Basic Dapp with Scatter on the EOS Blockchain
https://github.com/wpuricz/building-basic-eos-dapp-scatter

blockchain dapp eos eosjs scatter vue

Last synced: 2 months ago
JSON representation

Building a Basic Dapp with Scatter on the EOS Blockchain

Awesome Lists containing this project

README

          

#### Basic EOS dapp example using scatter

#### Config

Create a file called eosconfig.js and add it to the config directory. Paste this into the file and add your actual endpoint and keys for the app:

```
module.exports = {
scope:"{accountnamehere}",
code:"{accountnamehere}",
protocol: "http",
url:"x.x.x.x",
port: 8888,
chainId:"{chainidhere}",
};
```

Start using:
npm install
npm run dev

##### Note: This is using EOSJS 14.1