upgreidas / contract-admin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:TypeScript 63.5%Language:HTML 23.8%Language:SCSS 8.0%Language:JavaScript 4.7%