Coder Social home page Coder Social logo

kafuivenu / kcc95 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gweidart/evm95

0.0 0.0 0.0 108 KB

Instant retro UI for interacting with KCC smart contracts.

Home Page: https://kcc95.netlify.app

Shell 0.02% JavaScript 5.14% TypeScript 90.41% CSS 0.47% HTML 0.68% Solidity 3.27%

kcc95's Introduction

██╗  ██╗ ██████╗ ██████╗ █████╗ ███████╗
██║ ██╔╝██╔════╝██╔════╝██╔══██╗██╔════╝
█████╔╝ ██║     ██║     ╚██████║███████╗
██╔═██╗ ██║     ██║      ╚═══██║╚════██║
██║  ██╗╚██████╗╚██████╗ █████╔╝███████║
╚═╝  ╚═╝ ╚═════╝ ╚═════╝ ╚════╝ ╚══════╝

Netlify Status npm version MIT licensed

Instant retro UI for interacting with KuCoin Smart Contracts

kcc95.netlify.app

## Features
  • 🤙 Call any contract function as long as you have the ABI
  • 🔌 Connect via localhost:8545, MetaMask, or a custom node URL
  • ⚡ Watches your artifacts folder and automatically updates the UI
  • 🔢 Encode your calls for a proxy to call on your behalf
  • ⚙️ Set a custom signer or a custom contract address
  • 📜 Built-in log for easy visibility

Install

Works on any dapp / smart contract (Truffle, Buidler, etc.) as long as you point it to the JSON artifacts. OR Manually add ABIs and or artifacts for any already deployed smart contract you want to interact with.

  1. Installation

    npm install -g kcc95
  2. Run with path to your artifacts folder:

    kcc95 ./build/contracts

How it works

When kcc95 is run, an Express server is fired up and a frontend (packaged by Parcel) is served at localhost:3000 (you can define the port with a flag -p 1234). The server will watch the directory you passed in for any changes to your artifacts and send those changes down to the frontend via Websockets.

Note that you can also add any contract manually if you have the ABI or Artifact (there is an Add Contract button).

Contact

If you have any questions or comments, please file an issue. I can also be reached via Telegram @GweiDart

kcc95's People

Contributors

gweidart avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.