spruceid / tzprofiles

Create portable verified profiles on Tezos with public accounts.
https://tzprofiles.com
Apache License 2.0
38 stars 17 forks source link

Refactors TZProfiles to use Rebase SDK #160

Closed krhoda closed 2 years ago

krhoda commented 3 years ago

Will need to deploy the Rebase SDK in some public way and update the tzprofiles NPM, then update the package.json to be able to be tested on Cloudflare Build.

cloudflare-pages[bot] commented 3 years ago

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 4ef4848
Status:🚫  Build failed.

View logs

krhoda commented 3 years ago

To run locally: (Requires node and typescript compiler)

  1. Clone this repo and rebase into the same directory. Switch to this branch for this repo and feat/rebase-sdk-init for rebase.
  2. In rebase/sdk run:
    $ npm i
    $ npm run build
  3. In tzprofiles/contract run:
    $ tsc
  4. In tzprofiles/dapp run:
    $ npm i
    $ npm run dev

It will be running on localhost:9080

sbihel commented 3 years ago

I'm a bit surprised the "core" rebase code is put in this repo, but globally I don't know how the different parts of Rebase are segregated -- I still need to go over the architecture doc. :bow: