Skip to content
This repository has been archived by the owner on Dec 19, 2020. It is now read-only.

V0.1.1 #77

Merged
merged 41 commits into from
Jan 11, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
3af38a2
wip: save button for images
MicrowaveDev Jun 23, 2019
8500f7f
fix name
MicrowaveDev Jun 23, 2019
d8338c5
styling save buttons and modal in page
MicrowaveDev Jun 23, 2019
bf7b9e0
previewHash -> iconHash, save iconHash for images too #39
MicrowaveDev Jun 23, 2019
155fae9
fix notify and image modal checkbox
MicrowaveDev Jun 23, 2019
a3727ff
save modal styling
MicrowaveDev Jun 23, 2019
6be56f4
fix link keywords from modal
MicrowaveDev Jun 23, 2019
10b7e8a
fix words in save modal
MicrowaveDev Jun 23, 2019
f5a0bc0
handle base64 image source #42
MicrowaveDev Jun 23, 2019
2dee129
subscribe to mouseover of images that apears after page render #41
MicrowaveDev Jun 23, 2019
c0be383
prepare to youtube downloader
MicrowaveDev Jun 23, 2019
6fc1242
fix content linking #49 and prepare contents data base for fulltext s…
MicrowaveDev Jun 24, 2019
10fb583
wip: check ipfs content exists
MicrowaveDev Jun 25, 2019
0757f93
checking for existing content on save #53
MicrowaveDev Jun 26, 2019
efe6061
display content hash in norification #54
MicrowaveDev Jun 26, 2019
37a7234
fix settings fetching
MicrowaveDev Jun 23, 2019
693fdf9
add todo
MicrowaveDev Jun 23, 2019
cb64d68
fix settings fetching
MicrowaveDev Jun 24, 2019
f188dc1
hide singlefile menu #43
MicrowaveDev Jun 24, 2019
6f6f30e
fix backup displaying #45
MicrowaveDev Jun 24, 2019
a86696d
merge fixes
MicrowaveDev Jun 24, 2019
46a6b7b
fix background to tab events
MicrowaveDev Jun 26, 2019
d541bec
fix fonts
MicrowaveDev Jul 12, 2019
db4e3cd
Merge pull request #59 from cybercongress/fixes
MicrowaveDev Jul 13, 2019
9170962
cyb transfer page and errors handling
MicrowaveDev Jul 14, 2019
212f9ef
wip: internal ipfs node
MicrowaveDev Jul 19, 2019
9a50370
display saved content new tab
MicrowaveDev Jul 21, 2019
13c6158
remove ipfsResource serviceWorker
MicrowaveDev Jul 22, 2019
f19e01a
Merge branch 'internal-ipfs-node' of https://github.com/cybercongress…
cyborgshead Aug 20, 2019
d8ae9b4
Merged save-images
cyborgshead Nov 2, 2019
0022f22
Fixed packages paths in package.json
cyborgshead Nov 25, 2019
ff2b9c8
Updated .gitignore
cyborgshead Nov 25, 2019
20c099d
Upgraded cyberd node path
cyborgshead Nov 25, 2019
e9de499
Fixed send and denom for Euler chain
cyborgshead Nov 25, 2019
3b30816
options for cyberd node in settings
cyborgshead Nov 25, 2019
8aaf8a7
Added configuration for cyberd endpoint
cyborgshead Nov 25, 2019
25aa667
Added mnemonic import
cyborgshead Nov 25, 2019
44dce6c
Fixed ipfs data opening
cyborgshead Nov 25, 2019
f685964
Removed outdated galt's copyright
cyborgshead Nov 25, 2019
aa9999c
Updated README
cyborgshead Nov 25, 2019
93dda9b
Added license
cyborgshead Nov 25, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
/dist
/dist-zip
.idea
.DS_Store
dist.zip
3 changes: 3 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Cyber License

Don’t believe, don’t fear, don’t ask.
38 changes: 33 additions & 5 deletions README.MD
Original file line number Diff line number Diff line change
@@ -1,7 +1,35 @@
# Install
1. Execute commands
# cyb-virus

## Mission
Help you fuckgoogle rigth from Chrome!

## Features
1. Create Account, Import Account (mnemonic)
2. Import Account with private key or mnemonic
3. Get cyber balance and bandwdith
4. Create cyberlinks between CIDs (with keywords also)
5. Transfer Cyber network tokens
6. Search in Cyber
7. Download web2 page and save in IPFS, get CID
8. Bookmarks of saved to IPFS and linked in Cyber content
9. Backups

## Node configurations
1. IPFS endpoint
2. Cyber endpoint


## Dev environment
```
yarn
npm run watch:dev
yarn install
yarn run watch:dev
```
2. Go to `chrome://extensions/` and install extension by folder ./dist

## Build
```
yarn run build:dev
```

## Add to Chrome from build
Go to `chrome://extensions/` and install extension by folder ./dist

11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
}
},
"dependencies": {
"@cybercongress/js-amino": "git+ssh://git@github.com:cybercongress/js-amino.git",
"@galtproject/frontend-core": "git://github.com/galtspace/galtproject-frontend-core.git#1bd1cc7",
"@galtproject/geesome-libs": "git://github.com/galtspace/geesome-libs.git#1a98093",
"@litvintech/cyberjs": "git://github.com/litvintech/cyberjs.git",
"@cybercongress/js-amino": "https://github.com/cybercongress/js-amino.git",
"@galtproject/frontend-core": "https://github.com/galtspace/galtproject-frontend-core.git#20f6013",
"@galtproject/geesome-libs": "https://github.com/galtspace/geesome-libs.git#1a98093",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can this also be removed?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@xhipster yes, but not now

"@litvintech/cyberjs": "https://github.com/litvintech/cyberjs.git",
"autoprefixer": "^9.6.0",
"axios": "^0.19.0",
"bip39": "^3.0.2",
Expand All @@ -32,6 +32,7 @@
"font-awesome": "https://github.com/FortAwesome/Font-Awesome.git",
"hdkey": "^1.1.1",
"ip-regex": "^4.1.0",
"ipfs": "^0.35.0",
"ipfs-http-client": "^32.0.1",
"ipfs-unixfs": "0.1.16",
"ipld-dag-pb": "0.15.3",
Expand All @@ -40,6 +41,8 @@
"shr-keys": "git+https://bitbucket.org/shareringvietnam/bc_shrcrypto.git#platform/web_bech32",
"simple-crypto-js": "^2.0.2",
"sjcl": "^1.0.8",
"tingle.js": "^0.15.1",
"toastify-js": "^1.5.0",
"utf8": "^3.0.0",
"vue": "^2.6.10",
"vue-notification": "^1.3.16",
Expand Down
Loading