Marco Rodriguez-Salinas
Marco Rodriguez-Salinas
A neat feature would be to add a button that will return the command used for the options selected. This would serve multiple purposes: - It would be nice to...
## Add content regarding Filecoin Saturn to Filecoin module in curriculum ### Purpose Bring exposure to more company projects and showcase the benefits and boon this will bring to the...
There has been a new announcement on the history work done in IPFS-in -JS, and announcement of the work to take place https://blog.ipfs.tech/state-of-ipfs-in-js/#go-and-js-development-are-decoupling This can be added in two places:...
~~Added a new shortcode for code blocks, I dont know if it is necessary, but its pretty cool. I did this just so I can add the drand example right...
Hello I found a broken link. > [Other IPFS Overviews](https://github.com/ipfs/specs/blob/main/overviews) - quick overviews of the various parts of IPFS It is the second one under [https://github.com/ipfs/specs#index](https://github.com/ipfs/specs#index). I think having this...
Fierro needs to follow the [IPFS pinning api](https://ipfs.github.io/pinning-services-api-spec/) object. This is so that when the [api spec is extended](https://github.com/ipfs/pinning-services-api-spec/issues/85), there isn't that much more that needs to be fixed... This...
These functions in keys.go: [diskDelete](https://github.com/Fierro-Labs/Fierro/blob/88b80d9e13c34c558b7e73f9e01b822c3dc80065/src/keys.go#L38), [exportKey](https://github.com/Fierro-Labs/Fierro/blob/88b80d9e13c34c558b7e73f9e01b822c3dc80065/src/keys.go#L51), & [importKey](https://github.com/Fierro-Labs/Fierro/blob/88b80d9e13c34c558b7e73f9e01b822c3dc80065/src/keys.go#L64) need to be reworked because they don't provide useful error messages. The only error they produce is if there is a malformed...
Create test framework and check endpoints. I think the first best way to do this would be to have the IPFS node running locally and the API server running locally...
Add checks to make sure we get a valid parameter values. That way we don't save or even import the key on a publish function. This will save time and...
There are two needs for this feature: 1. The temporary keys that are created through the getKey() endpoint 2. The keys that users transfer over to us on any given...