issues
search
Fierro-Labs
/
Fierro
IPNS API and pinning service
https://www.fierro.io
MIT License
34
stars
4
forks
source link
Publish records
#17
Closed
mrodriguez3313
closed
2 years ago
mrodriguez3313
commented
2 years ago
Major upgrades:
Publishing with Republishing functionality
PostRecord- grabs ipfs CID&private key, stores key in node and publishes new content to IPFS
PutRecord- grabs ipns key and private key, resolves record, stores key.
IPFS node handles republishing in the background naturally.
Clear and scoped key endpoints
GetKey - generates, and returns keys as .key files
PostKey - grabs uploaded key and stores in local node
DeleteKey - accepts a name and deletes that key form node
Minor upgrades:
Variable renaming
Moving/removing code
De-duplicating code
Major upgrades:
Minor upgrades: