Skip to content

Issues with setup #12

@vpavlin

Description

@vpavlin
  1. The UCAN script does not work, had to tweak it (I guess you could still change it to actually use a PK, but I am not sure it is needed if the goal is to just generate some unique UCAN?):
import * as ucans from "@ucans/ucans";

(async () => {
  // creating key pair from private key
  const keyPair = await ucans.EdKeypair.create();
  const did = keyPair.did();
  console.log("Generated DID from private key:", did);
})();
  1. Might make sense to provide a hint on running redis - e.g.
podman run -d   --name redis_server   -v $PWD/redis-data:/var/redis/data    -p 6379:6379   redis 
  1. same for mongo:
podman run --name mongod -d -p 27017:27017 -v ${PWD}/mongodb:/data/db:Z mongo
  1. Can I use a public RPC_URL from ChainList (seems I can?:)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions