Skip to content

Commit

Permalink
Merge pull request #156 from Muzikie/migrate-to-klayr
Browse files Browse the repository at this point in the history
Migrate to klayr
  • Loading branch information
reyraa authored Nov 18, 2024
2 parents a7d8347 + 7e330df commit 26511c9
Show file tree
Hide file tree
Showing 139 changed files with 8,538 additions and 19,016 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
docs/
examples/
src/commands/
**/*.d.ts
jest.config.js
.eslintrc.js
Expand Down
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ module.exports = {
project: './tsconfig.json',
tsconfigRootDir: __dirname,
},
extends: ['lisk-base/ts'],
extends: ['klayr-base/ts'],
};
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci --registry https://npm.lisk.com
- run: npm ci
- run: npm run lint
- run: npm run build
- run: npm test
6 changes: 6 additions & 0 deletions .klayrrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"commander": {
"version": "6.1.2"
},
"template": "klayr-ts"
}
6 changes: 0 additions & 6 deletions .liskrc.json

This file was deleted.

2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.12.0
18.20.4
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Muzikie is a decentralized music streaming platform, built with ❤️ using [Li

#### Start a node

The application comes with installed chain connector plugin. if you are not running the application as relay, make sure to remove it from the `plugins.ts` file.

```
./bin/run start
```
Expand Down
53 changes: 0 additions & 53 deletions config/alphanet/config.json

This file was deleted.

Loading

0 comments on commit 26511c9

Please sign in to comment.