Skip to content

Commit 4ee8a33

Browse files
committed
Merge branch 'develop'
2 parents 94f9a22 + 42dea30 commit 4ee8a33

779 files changed

Lines changed: 10476 additions & 2681 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.travis.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
before_install:
2+
- wget https://github.com/CynepHy6/ap/releases/download/0.9.15/ap-ubuntu64
3+
install:
4+
- chmod +x ./ap-ubuntu64
5+
script:
6+
- for D in src/*; do ./ap-ubuntu64 ${D}/; done
7+
- if [ -d "ecosystem_apps" ]; then cd ecosystem_apps; for D in *; do if [ -d ${D} ]; then ../ap-ubuntu64 ${D}/; fi; done; cd ..; fi;
8+
- if [ -d "platform_apps" ]; then cd platform_apps; for D in *; do if [ -d ${D} ]; then ../ap-ubuntu64 ${D}/; fi; done; cd ..; fi;
9+
after_success:
10+
- git checkout ${TRAVIS_BRANCH}
11+
- git config --global user.email "builds@travis-ci.com"
12+
- git config --global user.name "Travis CI"
13+
- git remote add origin-master https://${GITHUB_TOKEN}@github.com/GenesisKernel/apps > /dev/null 2>&1
14+
- git add ./*.json
15+
- if [ -d "ecosystem_apps" ]; then git add ecosystem_apps/*.json; fi
16+
- if [ -d "platform_apps" ]; then git add platform_apps/*.json; fi
17+
- git commit --message "Autobuild N.$TRAVIS_BUILD_NUMBER [ci skip]"
18+
- git push origin-master

README.md

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,24 @@
1-
# Applications for ecosystems on Genesis blockchain
1+
# Apps for ecosystems on Apla blockchain platform
2+
3+
Apla is a platform which was developed for building digital ecosystems. Apps is a applications for Apla blockchain platform.
4+
5+
### Installation
6+
7+
Before you start, install the applications from this list:
8+
9+
- system.json
10+
- conditions.json
11+
- basic.json
12+
- lang_res.json
13+
14+
Other applications you can find in **platform_apps** folder
215

316
### Useful links
417

518
* [Applications packager](https://github.com/CynepHy6/ap)
619

7-
* [Applications structure](https://genesiskernel.github.io/apps/)
8-
9-
* [Genesis Blockchain](https://github.com/GenesisKernel/go-genesis)
20+
* [Apla Backend](https://github.com/AplaProject/go-apla)
1021

11-
* [Genesis front](https://github.com/GenesisKernel/genesis-front)
22+
* [Apla Frontend](https://github.com/AplaProject/apla-front)
1223

13-
* [Quick-start Genesis demo](https://github.com/GenesisKernel/quick-start)
24+
* [Quick-start](https://github.com/AplaProject/quick-start)

basic.json

Lines changed: 205 additions & 153 deletions
Large diffs are not rendered by default.

conditions.json

Lines changed: 65 additions & 65 deletions
Large diffs are not rendered by default.

lang_res.json

Lines changed: 781 additions & 596 deletions
Large diffs are not rendered by default.

other/tokens_sale.json

Lines changed: 0 additions & 233 deletions
This file was deleted.

other/tokens_sale/pages/default_page.ptl

Lines changed: 0 additions & 16 deletions
This file was deleted.

platform_apps/ecosystems_catalog.json

Lines changed: 78 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@1apla_not_required,@1apla_required
File renamed without changes.

0 commit comments

Comments
 (0)