A redesigned frontend of ARK Blockchain Explorer using AngularJS and TypeScript.
The feel of the old explorer is retained in the new version, under the hood things are completely revamped. The frontend of the Explorer itself has been redone using AngularJS framework and TypeScript programming language.
git clone https://github.com/ArkEcosystem/ark-explorer.git
cd ark-explorer
npm install
Run npm start
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run npm run-script build
to build the project. The build artifacts will be stored in the dist/
directory. Use the -prod
flag for a production build.
Run npm test
to execute the unit tests via Karma.
Run npm e2e
to execute the end-to-end tests via Protractor.
Before running the tests make sure you are serving the app via ng serve
- If you find any bugs, submit an issue or open pull-request, helping us catch and fix them.
- Engage with other users and developers on ARK Slack.
- Join the #development channel on Slack or contact our developer Lúcio (@lorenzo).
- Contribute bounties.
Ark Explorer is licensed under the MIT License - see the LICENSE file for details.