-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
772 changed files
with
44,575 additions
and
205,280 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
# Created by https://www.gitignore.io/api/node,bower | ||
.DS_Store | ||
|
||
### Bower ### | ||
/bower_components | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# GoBlockchain DApp | ||
|
||
## Translations | ||
[Português](https://github.com/goblockchain/DApp/blob/master/README.md) - [English](https://github.com/goblockchain/DApp/blob/master/README-EN.md) | ||
|
||
## Decentralized application to use in GO classes. | ||
|
||
Project composed by DApps that are being created in a collaborative way by the Brazilian Community. | ||
|
||
### What's being built | ||
- Identity | ||
- Token | ||
- Reputation | ||
- Checking Account | ||
- Certificate | ||
- Payment | ||
|
||
### Access your DApp [here](https://goblockchain.github.io/DApp/app/index.html) :shipit: | ||
|
||
|
||
### Local installation | ||
|
||
To navigate in the project on your computer, execute the following commands on the root folder 'DApp'. | ||
|
||
> Requirements | ||
>> Necessary install node.js, [download here](https://nodejs.org/en/download/). | ||
|
||
``` | ||
- npm install | ||
- npm install -g bower | ||
- bower install | ||
- gulp dev | ||
``` |
This file contains 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
Oops, something went wrong.