Skip to content

isabella232/identity-provider-PoC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.4%
  • Vue 13.1%
  • CSS 3.1%
  • HTML 2.4%