Skip to content

Latest commit

 

History

History
executable file
·
43 lines (26 loc) · 1.61 KB

README.md

File metadata and controls

executable file
·
43 lines (26 loc) · 1.61 KB

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.