-
Build tools:
sudo yum groupinstall "Development Tools" sudo yum install openssl openssl-devel sudo yum install git-core
-
Dependencies:
I hereby claim:
- I am rcaetano on github.
- I am arsy (https://keybase.io/arsy) on keybase.
- I have a public key whose fingerprint is F075 2C36 8BAD 0E29 63AE 9594 9F8B 8C69 3B9F E36A
To claim this, I am signing this object:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "vault-dump", | |
"version": "0.1.0", | |
"private": true, | |
"dependencies": { | |
"@akord/akord-js": "^1.4.1" | |
}, | |
"scripts": { | |
"run": "node vault-dump.js", | |
"clean": "rm -rf node_modules yarn-error.log yarn.lock" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "vault-dump", | |
"version": "0.1.0", | |
"private": true, | |
"type": "module", | |
"dependencies": { | |
"@akord/akord-js": "^1.4.1", | |
"dotenv": "^16.0.3", | |
"ipfs-http-client": "^58.0.1" | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "manifest", | |
"version": "1.0.0", | |
"main": "index.js", | |
"license": "MIT", | |
"type": "module", | |
"dependencies": { | |
"@akord/akord-js": "^3.2.0" | |
} | |
} |
Akord provides a decentralized platform for users to securely store and share their digital assets. One of its features is the ability to create a Vault, which can be thought of as a secure container for your digital files. In this article, we'll walk you through the steps to set up a Vault in Akord, upload files, and publish a manifest to make your content accessible via the Permaweb.
- Navigate to Akord: Open your web browser and head to v2.akord.com.
- Create a New Public Vault: Once on the platform, initiate the process to create a new 'public' vault. This vault will be accessible to anyone on the permaweb, making it perfect for sharing content like photo galleries.
OlderNewer