Home

Awesome

contract-admin

contract-admin is simple tool used to interact with your smart contracts. All you need is contract's address and artifact JSON file. Extracted ABI from artifact file is stored in local browser's storage. No data is being collected to any servers, everything stays local.

Quick Start

This tool is built with Angular framework, therefore you need Node.js and Angular CLI to be installed.

  1. Run in terminal: npm install -g @angular/cli
  2. Then: npm install
  3. And: ng serve
  4. Navigate to: http://localhost:4200/

Demo

Live Demo