Daniel Holmgren

Results 141 comments of Daniel Holmgren

I'd like to add a method to `User` for returning all of their token accounts. What's the benefit of returning SOL balance as wrapped SOL balance? Isn't it a bit...

Spent a good chunk of time looking into this. Much more frustrating than I thought. So to get a package on Apititude, you need to create a repository that a...

I like the sound of this quite a bit. IPFS being required to download actually adds a nice "check" in front of the install. IPFS is required for the CLI...

made a little bash script to help with this: ```bash mkdir -p /tmp/fission-release rm -rf /tmp/fission-release/* cd /tmp/fission-release echo Fetching releases... curl -s https://api.github.com/repos/fission-suite/cli/releases/latest \ | grep "browser_download_url.*zip" \ |...

Wrote up some details over here (https://github.com/fission-suite/web-api/issues/255) before realizing that it was a repeat issue. These are the steps for registering a domain (and also addresses the SSL concern above):...

Yeah I'm nearly positive that IPFS automatically pins things when you add them locally. But I'll double check this

Ran a test: `ipfs add` definitely pins that content :+1: ``` ipfs add ./pic.jpg ipfs pin ls | grep ${cid} ``` > The more interesting question is “what is the...

The DID method that we're proposing (`did:plc`) requires that operations be signed by a keypair that is declared in the DID document: either the signingKey or recoveryKey The signingKey is...

closing for now. feel free to keep the discussion going :)