Skip to content

Commit

Permalink
feat: tari launchpad downstream merge (#4322)
Browse files Browse the repository at this point in the history
* feat: tari launchpad

This is a deep merge of the tari launchpad codebase.
Conflicting workflows (like GHA) should have been removed in this commit
and represents the backend source, the react front-end and several small
changes to the wallet and base noe RPC clients needed to make launchpad
work

* remove ci for building react-vue

* update Cargo.lock

* allow enum glob use

* keep empty build folder

* fix: add typescript files to license check
  • Loading branch information
CjS77 authored Jul 19, 2022
1 parent dbdadcf commit 222052f
Show file tree
Hide file tree
Showing 736 changed files with 67,603 additions and 2,482 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,6 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v2
- name: build launchpad gui-vue
run: |
cd applications/launchpad/gui-vue
npm ci
npm run build
- name: build collectibles web-app
run: |
cd applications/tari_collectibles/web-app
Expand Down
Loading

0 comments on commit 222052f

Please sign in to comment.