Skip to content

GUI with dapp connector for Elrond ESDT issuance and other operations

License

Notifications You must be signed in to change notification settings

jasonwartell/esdt-operations

Repository files navigation

ESDT Operations

To Do

I do not intend to implement "ESDT Transfer to SC Method" There is enough info here and within ELROND documents to easily implement it for your specific needs. Leaving the button to select it demonstrates how to use an "Under Construction" page redirect in your middleware with Next.js

Prerequisites

  1. ensure you have the latest version of npm installed
  2. ensure you have the latest version of nodejs installed

How to start it locally:

  1. clone or download the repo
  2. cd esdt-operations
  3. rename .env.example file to .env.local
  4. npm install
  5. npm run dev -> for development
  6. npm run build -> npm start for production

How to connect mobile device to your localhost:

  1. ensure your firewall is disabled or you allow access as necessary
  2. in middleware.ts comment out the following lines:
let referer = request.headers.get('referer');

  if (!referer?.includes(definedHost)) {
    return NextResponse.rewrite(new URL('/forbidden', request.url));
  }

Full size screen shot

Full_Screen

iPad Air in light mode

iPad_ Air_lightmode

iPad Air in dark mode

iPad_Air_darkmode

iPhone 12 Pro

iPhone_12_Pro

Releases

No releases published

Packages

No packages published

Languages