-
Build tools:
sudo yum groupinstall "Development Tools" sudo yum install openssl openssl-devel sudo yum install git-core -
Dependencies:
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.
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" | |
| } | |
| } |
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": "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
| // | |
| // VivaceLogoView.h | |
| // zeon | |
| // | |
| // Created by Richard Caetano on 4/2/12. | |
| // Copyright (c) 2012 Modal Software Corporation. All rights reserved. | |
| // | |
| #import <UIKit/UIKit.h> |
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
| Bounty: 3BTC | |
| Expires: Feb 17, 2012 | |
| Submission and questions: caetano@gmail.com | |
| Notes: Please post your source code using a public github:gist | |
| Using Node.js, render links/text as HTML from a twitter feed and group by hashtag in alphabetical order | |
| (All solutions submitted and winner will be listed below) |
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
| #define SharedAdBannerView ((btcreportAppDelegate *)[[UIApplication sharedApplication] delegate]).adBanner | |
| @interface btcreportAppDelegate : NSObject <UIApplicationDelegate> { | |
| UIWindow *window; | |
| UINavigationController *navigationController; | |
| ADBannerView *adBanner; | |
| } |
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
| #---------------------------------------------------------------------- | |
| # Mac OS X noise | |
| #---------------------------------------------------------------------- | |
| .DS_Store | |
| profile | |
| #---------------------------------------------------------------------- | |
| # XCode (and ancestors) per-user config (very noisy, and not relevant) | |
| #---------------------------------------------------------------------- | |
| *.mode1 |
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
| # miner_pool.sh - executes a script against each instance: ./mine_pool.sh setup.sh | |
| # list your instances here | |
| # use ami-12b6477b | |
| INSTANCES="ec2-50-19-52-212.compute-1.amazonaws.com | |
| ec2-50-16-126-107.compute-1.amazonaws.com | |
| ec2-184-72-177-183.compute-1.amazonaws.com | |
| ec2-50-17-126-57.compute-1.amazonaws.com | |
| ec2-184-73-119-153.compute-1.amazonaws.com" |
NewerOlder