Skip to content

isaacncz/moralis-vue-boilerplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

moralis-vue-boilerplate

Use this repository as a starting point for Moralis and Vue.js to build up Web3 dApps. I do not added any stylings or anything else, so you could add it by yourself and customize as you prefer.

Before you start

Please ensure, you signed up for an account and created a server to obtain the

  • application id
  • server url

You will need those for creating the environment variables.

VUE_APP_MORALIS_APPLICATION_ID=abc123
VUE_APP_MORALIS_SERVER_URL=https://abc123.bigmoralis.com:2053/server

Getting started

git clone git@github.com:hypescale/moralis-vue-boilerplate.git

cd moralis-vue-boilerplate

yarn install

yarn serve

### production build
yarn build

### linting
yarn lint

FAQ

Question: What is Moralis?

Answer: With Moralis you can aggregate many different tools and APIs which works as a glue for them all. With that service you can develop a decentalized app (dApp) which is needed when developing a decentralized app that requires access to the blockchain, like Ethereum or Binance Smart Chain.

What is Moralis?

Question: Do I need a server to host my dApp?

Answer: No. Moralis provides a serverless architecture. You only need to create an account at moralis.io and register the

  • application id
  • server url

that's all.

Question: My app is not working

Answer: Please makes sure, you have created an environment file (.env). If you have created one, make sure, the file ending matches the corresponding environment where you application is running, e.g. local development or production:

  • .env
  • .env.local
  • .env.production

Customize configuration

See Configuration Reference.

About

Make use of Moralis Web3 and Vue.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 64.4%
  • HTML 28.3%
  • JavaScript 7.3%