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
- Host: GitHub
- URL: https://github.com/wpuricz/building-basic-eos-dapp-scatter
- Owner: wpuricz
- Created: 2018-06-05T21:22:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-02T21:22:50.000Z (over 7 years ago)
- Last Synced: 2025-04-13T03:55:43.683Z (6 months ago)
- Topics: blockchain, dapp, eos, eosjs, scatter, vue
- Language: JavaScript
- Homepage:
- Size: 94.7 KB
- Stars: 11
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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