Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to klayr #156

Merged
merged 18 commits into from
Nov 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading