vue-erdjs

erdjs (Elrond javascript SDK) integration for vuejs

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
vue-erdjs
1702.0.0-vue3-erdjs11-rc6a year ago2 years agoMinified + gzip package size for vue-erdjs in KB

Readme

Vue ErdJS Plugin

This VueJS plugin provide erdjs (Elrond javascript SDK) integration for your Dapp

<a href="https://npmcharts.com/compare/vue-erdjs?minimal=true" alt="NPM weekly downloads">
  <img src="https://badgen.net/npm/dw/vue-erdjs">
</a>
<a href="https://www.npmtrends.com/vue-erdjs" alt="NPM total downloads">
  <img src="https://badgen.net/npm/dt/vue-erdjs">
</a>
<a href="https://npmjs.com/vue-erdjs" alt="NPM version">
  <img src="https://badgen.net/npm/v/vue-erdjs">
</a>


Library is now in release candidate (You are welcome if you want to help)

Go to the demo
You can find a DApp example in example folder.

Getting started with the plugin

You can find documentation here

Getting started for developers

# install dependencies
npm install

# serve the dapp sample with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

Roadmap

  • x Init project and build management
  • x In project DApp example
  • x Add Maiar App Login
  • x Add Ledger Login
  • x Add Web Wallet Login
  • x Add Defi Wallet
  • x Token login signature for backend authentication
  • x Add Local storage login cache
  • x Migrate to typescript
  • x Fancier DApp UI
  • x Optimize production build
  • x Factorize webpack configuration
  • x Publish DApp example on github page
  • x release candidate :tada:
  • x Parameters, library
  • Styling documentation
  • x Vue3 /next branch and compatibility