nduchak / identity-provider-PoC

Aepp with identity extension example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

identity-provider-PoC

Aepp with identity extension example

Installation

  1. You need to add your keypair to extension. It's can be done in extension/src/js/background.js
const account =  MemoryAccount({
    keypair: {
        secretKey: "YOUR_SECRET",
        publicKey: "YOUR_PUBLIC"
    }
})
  1. You need to point Aepp to node. It's can be done in aepp/src/component/Home.vue
it's pointed to testnet by default
const NODE_URL = 'https://sdk-tesnet.aepps.com'
const NODE_INTERNAL_URL = 'https://sdk-tesnet.aepps.com'
  1. You need to build and install extension(check extension README)
  2. You need to build and run Aepp(check aepp README)
  3. Go to localhost:9001

About

Aepp with identity extension example

License:MIT License


Languages

Language:JavaScript 77.0%Language:Vue 17.8%Language:CSS 2.9%Language:HTML 2.3%