Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Syed Jafri committed May 29, 2018
0 parents commit fd0f22f
Show file tree
Hide file tree
Showing 154 changed files with 15,465 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"presets": [
[ "env", {"modules": false} ],
"stage-2"
],
"plugins": ["transform-runtime"],
"comments": false
}
9 changes: 9 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
root = true

[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
19 changes: 19 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
.quasar
.DS_Store
.thumbs.db
node_modules
dist/
/src-cordova/platforms
/src-cordova/plugins
/src-cordova/www
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
8 changes: 8 additions & 0 deletions .postcssrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// https://github.com/michael-ciniawsky/postcss-load-config

module.exports = {
plugins: [
// to edit target browsers: use "browserslist" field in package.json
require('autoprefixer')
]
}
36 changes: 36 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# EOS Key

![my img](eoskey.png)

>Forgot to register your EOS?
>
>Is registration too complicated?
>
>Scared of missing airdrops by keeping tokens on Binance?
Your friendly neighbourhood block producer candidate **EOS Cafe Calgary** is back again with another tool to make your lives easier!

Introducing **EOSKEY.IO**, a tool to convert your Ethereum private keys to EOS private keys, which can be run **FULLY OFFLINE** to create EOS Mainnet Keys with **NO REGISTRATION NEEDED**.



You only need to meet 2 requirements:
1. Have not have registered your EOS tokens yet
2. Have atleast one outgoing transaction from your ethereum account

The tool is available for Web Browsers, MacOS, Windows and Linux.

For our global supporters, we have made the app available in English, Spanish, Mandarin and Korean!

# Instructions
To use the tool, all you have to do is:
1. Head on over to [EOSKEY.IO](http://eoskey.io).
2. Download offline version for your platform and turn off your internet.
3. Generate your mainnet EOS keys!

It is that simple :)


# Error
```No parser and no file path given, couldn't infer a parser.```
To solve look at [StackOverflow](https://stackoverflow.com/questions/50561649/module-build-failed-error-no-parser-and-no-file-path-given-couldnt-infer-a-p)
Binary file added eoskey.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit fd0f22f

@ramtruck3
Copy link

Choose a reason for hiding this comment

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

Please sign in to comment.