Navigation Menu

Skip to content

Commit

Permalink
redirects and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
okwme committed Apr 5, 2018
1 parent 6b17e13 commit c1fd5ec
Show file tree
Hide file tree
Showing 13 changed files with 12 additions and 14 deletions.
23 changes: 10 additions & 13 deletions README.md
@@ -1,20 +1,17 @@
# Deprecated # # Clovers

## Moved to https://github.com/clovers-network

----------------

# Clovers (✤) Dapp & ClubToken (♧) Contract


## https://clovers.network/ ## https://clovers.network/


3rd Prize Winner of Cosmo Hackatom 2 Hackathon, 2017 — Made by [Alan Woo](https://github.com/alancwoo/), [Billy Rennekamp](https://github.com/okwme/) & [Nics Kort](https://github.com/n-kort/) using [Vue.js](https://github.com/vuejs/vue), [Truffle](https://github.com/trufflesuite/truffle) and [Ethereum/Solidity](https://ethereum.org) ![01](https://clovers.network/assets/01.png)
![02](https://clovers.network/assets/02.png)
![03](https://clovers.network/assets/03.png)
![04](https://clovers.network/assets/04.png)
![05](https://clovers.network/assets/05.png)
![06](https://clovers.network/assets/06.png)
![07](https://clovers.network/assets/07.png)
![09](https://clovers.network/assets/09.png)


## Files of Interest 3rd Prize Winner of Cosmo Hackatom 2 Hackathon, 2017 — Made by [Alan Woo](https://github.com/alancwoo/), [Billy Rennekamp](https://github.com/okwme/) & [Nics Kort](https://github.com/n-kort/) using [Vue.js](https://github.com/vuejs/vue), [Truffle](https://github.com/trufflesuite/truffle) and [Ethereum/Solidity](https://ethereum.org)
* [ClubToken.sol](https://github.com/okwme/clovers-dapp/blob/master/contracts/ClubToken.sol)
* The Club Token Contract with logic for Clovers & Reversi.sol Library
* [Clovers.js](https://github.com/okwme/clovers-dapp/blob/master/app/src/assets/clovers.js)
* Lots of handlers for interacting with the contract


## Links ## Links
* [Hackatom #2](http://www.hackathon.io/cosmos-hackathon1) * [Hackatom #2](http://www.hackathon.io/cosmos-hackathon1)
Expand Down
1 change: 1 addition & 0 deletions _redirects
@@ -0,0 +1 @@
/* /index.html 200
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
"private": true, "private": true,
"scripts": { "scripts": {
"serve": "vue-cli-service serve --open", "serve": "vue-cli-service serve --open",
"build": "vue-cli-service build", "build": "vue-cli-service build && cp _redirects dist",
"lint": "vue-cli-service lint" "lint": "vue-cli-service lint"
}, },
"dependencies": { "dependencies": {
Expand Down
Binary file added public/static/00.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/static/01.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/static/02.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/static/03.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/static/03_.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/static/04.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/static/05.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/static/06.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/static/07.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/static/09.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c1fd5ec

Please sign in to comment.