Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luciorubeens committed Oct 5, 2017
1 parent 0e71a01 commit 4009e8f
Show file tree
Hide file tree
Showing 6 changed files with 5,716 additions and 35 deletions.
19 changes: 19 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# BOUNTY Program
ARK has a bounty program for all accepted PR (Pull Requests) for this repository

More information can be found at https://blog.ark.io/200-000-ark-bounty-for-developers-in-the-1st-year-76aa44304012

Before pushing PR, please [jump in our slack #development](https://ark.io/slack) channel in order to discuss your contributions or to connect with other ARKvelopers.

# Guidelines
- pickup any of the existing issues or if you find an issue make a PR,
- only one PR reward will be awarded per issue it fixes,
- solving an open issue will increase your chances to be picked up as any of the monthly bounty winners.

# Accepted PR
- increase general code quality,
- add meaningfull tests,
- correct bug,
- add new features,
- improve documentation,
- create something new for ARK.
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2016 Ricardo Ferro <ricardo.ferro@gmail.com>, Fx Thoorens <fx.thoorens@ark.io>, Rok <rok@ark.io>, Lúcio Rubens <lucio@ark.io>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
38 changes: 14 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,25 @@
# ark-paperwallet
# ARK Paper Wallet

Paper wallet generator for Ark cryptocurrency.
> Paper wallet generator for Ark cryptocurrency.
## Build
## Getting Started

Open `index.html` in your favorite browser.

## Development
1. Install a recent version of NodeJs
2. Install bower `npm install -g bower`
3. Install dependencies `bower install`
4. Build the app and watch for modifications `npm run watch`
5. Open `index.html` in your favorite browser

## License

```
(The MIT License)
Copyright (c) 2016 Ricardo Ferro <ricardo.ferro@gmail.com>, Fx Thoorens <fx.thoorens@ark.io>, Rok <rok@ark.io>
## Contributing

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
* If you find any bugs, submit an [issue](../../issues) or open [pull-request](../../pulls), helping us catch and fix them.
* Engage with other users and developers on [ARK Slack](https://ark.io/slack/).
* Join the #development channel on Slack.
* [Contribute bounties](./CONTRIBUTING.md).

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
## License

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
```
This project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details.
10 changes: 4 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Ark Paper Wallet</title>
<title>ARK Paper Wallet</title>
<meta name="description" content="Paper wallet generator for Ark cryptocurrency.">
<meta name="keywords" content="ark,paperwallet,paper,wallet,cryptocurrency,ark.io,crypti">
<meta name="viewport" content="width=device-width, initial-scale=1">
Expand All @@ -20,18 +20,16 @@
</div>
<div class="col-md-12 bg-band-grey title-container">
<div class="page-header text-center">
<h1 class="site-title">
<Ark>Paper Wallet</Ark>
</h1>
<h5 class="site-slogan">Paper wallet generator for <a href="http://ark.io" target="blank">Ark</a> cryptocurrency.
<h1 class="site-title">ARK Paper Wallet</h1>
<h5 class="site-slogan">Generate Your Own Unique <a href="http://ark.io" target="blank">ARK</a> Passphrase and Address.
</h5>
</div>
</div>
</div>
<entropy></entropy>
<wallet></wallet>
<div class="noprint">
<div class="footer text-center">Hosted by GitHub Pages. Source code is available <a href="https://github.com/arkecosystem/ark-paperwallet" target="blank">here</a>.
<div class="footer text-center">Hosted by GitHub Pages. Source code is available <a href="https://github.com/arkecosystem/ark-paperwallet" target="blank">here</a>. You can download and run locally <a href="https://github.com/ArkEcosystem/ark-paperwallet/archive/2.0.0.zip" target="blank">here</a>.
</div>
</div>
</div>
Expand Down
Loading

0 comments on commit 4009e8f

Please sign in to comment.