IPNS Manager API
4EVERLAND IPNS API can help with IPNS creation, retrieval, CID preservation and publishing, etc.
post
https://api.4everland.dev/ipns/v1
/names
Create your IPNS.
get
https://api.4everland.dev/ipns/v1
/names
Get a record of all the IPNS you have created, including ipfspath, lifetime, etc.
The time parameter corresponding to
lifetime
is the maximum period for which the node in the network will keep the ipfs path, in fact the IPNS corresponding to the ipfs path
will be published every few hours to achieve a state of preservation.delete
https://api.4everland.dev/ipns/v1
/names/{name}
Delete your corresponding IPNS.
post
https://api.4everland.dev/ipns/v1
/names/{name}
Publish the new ipfs path hash to your corresponding IPNS.
get
https://api.4everland.dev/ipns/v1
/names/{name}
Retrieve your specific IPNS record.
If you have any questions, please join our Discord server, or send us an email at [email protected].
Last modified 4mo ago