Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@moosty/lisk-explorer
Advanced tools
Lisk agnostic explorer connect to lisk-service and start exploring your blockchain
This explorer is an abstraction from Liskscan.
When running this Lisk explorer you can browse the connected blockchain.
Lisk-explorer is built with NextJS and connects directly to the lisk-service
gateway.
For the explorer to run you need at least node v12
Dependencies | Versions | Tested on versions |
---|---|---|
NodeJS | 12+ | 12, 14, 16 |
Lisk Service | 0.6.0. | 0.6.0 |
Lisk explorer uses Lisk service as it's data source. For more information about installing Lisk service look here.
git clone https://github.com/liskscan/lisk-explorer.git
cd lisk-explorer
Edit the .env
file variables to configure your explorer.
The NEXT_PUBLIC_NETWORK_WS
and NEXT_PUBLIC_NETWORK_HTTP
should point to your Lisk service gateway and needs to be reachable through the browser
NEXT_PUBLIC_NETWORK_WS=wss://public-service-gateway-host.com
NEXT_PUBLIC_NETWORK_HTTP=https://public-service-gateway-host.com
The NEXT_PUBLIC_LOCAL_NETWORK_WS
and NEXT_PUBLIC_LOCAL_NETWORK_HTTP
should point to your Lisk service gateway and need to be reachable at the machine this explorer runs on.
Preferably use service on the same machine this explorer runs on for better performance
NEXT_PUBLIC_LOCAL_NETWORK_WS=ws://localhost:9292
NEXT_PUBLIC_LOCAL_NETWORK_HTTP=http://localhost:9292
npm run init
npm run build
npm run start
After updating the .env
always run npm run build
first
pm2 start pm2.conf.json
npm run dev
npm run build
after any changesCopyright 2022 Moosty
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
FAQs
Lisk agnostic explorer connect to lisk-service and start exploring your blockchain
We found that @moosty/lisk-explorer demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.