Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
Merge pull request #80 from subspace/node-integration
Browse files Browse the repository at this point in the history
Node integration
  • Loading branch information
ozgunozerk authored Mar 11, 2022
2 parents 6e01136 + f1ae9ce commit 03604a2
Show file tree
Hide file tree
Showing 32 changed files with 5,926 additions and 911 deletions.
4 changes: 4 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
PUBLIC_API_WS="wss://aries-farm-rpc-b.subspace.network"
LOCAL_API_WS="ws://localhost:9944"
CONTEXT_MENU="OFF"
DEFAULT_APP_DIR=".subspace-desktop-farmer"
1 change: 1 addition & 0 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
target: wasm32-unknown-unknown
override: true
components: rustfmt, clippy

Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@ yarn-error.log*
*.ntvs*
*.njsproj
*.sln

# do not commit development or testing chain spec files
/src-tauri/chain-spec-raw-*.json
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"@types/vue": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^4.32.0",
"@typescript-eslint/parser": "^4.32.0",
"dotenv": "^16.0.0",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^7.18.0",
"pug": "^3.0.2",
Expand Down
Binary file modified public/subspacelogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions quasar.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ module.exports = configure(function (ctx) {

// Full list of options: https://v2.quasar.dev/quasar-cli/quasar-conf-js#Property%3A-build
build: {
env: require('dotenv').config().parsed,
vueRouterMode: 'hash', // available values: 'hash', 'history'
extendWebpack(config) {
config.resolve.fallback = { crypto: false }
Expand Down
Loading

0 comments on commit 03604a2

Please sign in to comment.