Skip to content

A redesigned frontend of ARK Blockchain Explorer using AngularJS and TypeScript.

License

Notifications You must be signed in to change notification settings

krau612/ark-explorer

 
 

Repository files navigation

ArkExplorer

Ark Block Explorer

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.

Installation

git clone https://github.com/ArkEcosystem/ark-explorer.git
cd ark-explorer
npm install

Development server

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.

Build

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.

Running unit tests

Run npm test to execute the unit tests via Karma.

Running end-to-end tests

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

Contributing

  • 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.

License

Ark Explorer is licensed under the MIT License - see the LICENSE file for details.

About

A redesigned frontend of ARK Blockchain Explorer using AngularJS and TypeScript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 42.2%
  • HTML 30.9%
  • CSS 26.1%
  • JavaScript 0.8%