GithubHelp home page GithubHelp logo

adrianmcli / eth95 Goto Github PK

View Code? Open in Web Editor NEW
521.0 11.0 90.0 1.82 MB

๐Ÿ› ๏ธ A smart contract UI for your Ethereum dapp project

Home Page: https://eth95.dev

TypeScript 89.61% HTML 0.83% JavaScript 5.50% CSS 0.50% Solidity 3.44% Shell 0.13%
ethereum solidity dapp defi blockchain smart-contracts

eth95's Introduction

โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ•—โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ•—โ–ˆโ–ˆโ•—  โ–ˆโ–ˆโ•— โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ•— โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ•—
โ–ˆโ–ˆโ•”โ•โ•โ•โ•โ•โ•šโ•โ•โ–ˆโ–ˆโ•”โ•โ•โ•โ–ˆโ–ˆโ•‘  โ–ˆโ–ˆโ•‘โ–ˆโ–ˆโ•”โ•โ•โ–ˆโ–ˆโ•—โ–ˆโ–ˆโ•”โ•โ•โ•โ•โ•
โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ•—     โ–ˆโ–ˆโ•‘   โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ•‘โ•šโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ•‘โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ•—
โ–ˆโ–ˆโ•”โ•โ•โ•     โ–ˆโ–ˆโ•‘   โ–ˆโ–ˆโ•”โ•โ•โ–ˆโ–ˆโ•‘ โ•šโ•โ•โ•โ–ˆโ–ˆโ•‘โ•šโ•โ•โ•โ•โ–ˆโ–ˆโ•‘
โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ•—   โ–ˆโ–ˆโ•‘   โ–ˆโ–ˆโ•‘  โ–ˆโ–ˆโ•‘ โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ•”โ•โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ•‘
โ•šโ•โ•โ•โ•โ•โ•โ•   โ•šโ•โ•   โ•šโ•โ•  โ•šโ•โ• โ•šโ•โ•โ•โ•โ• โ•šโ•โ•โ•โ•โ•โ•โ•

circle ci npm version MIT licensed


screenshot

Instant retro UI for calling any contract function you want

See it online @ eth95.dev here's an example with DAI:

https://eth95.dev/?network=1&address=0x6b175474e89094c44da98b954eedeac495271d0f

Direct Link

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 project (Truffle, Buidler, etc.) as long as you point it to the JSON artifacts. And even if you don't have a project, you can run it by itself and manually add ABIs and artifacts.

  1. Install

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

    eth95 ./build/contracts

How it works

When eth95 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 contracts you want 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.

eth95's People

Contributors

0xleeaki avatar 2pmflow avatar adrianmcli avatar dependabot[bot] avatar glazec avatar kendricktan avatar ryanrhall avatar smarsx avatar yosriady avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

eth95's Issues

bignumber drama

thought this was fixed in a previous merge but still doesnt work here after updating

image

New release

Can we get a new release that incorporates recent bug fixes? Thanks!

altneratives?

not to look a gift horse in the mouth here but since eth95 out of the box has so many issues, anyone know of any alternatives?

inb4 'do it urself kid'

[Feature Request] Custom Source

I would love to be able to embed a contract abi source in the URL params like eth95.dev?abi=<source> and the page makes a single request for the abi at that source. This would be helpful for scenarios where I want to give someone a link and then following the link gives them everything they need to interact with a contract. I end up manually walking lots of folks through the precursor steps when they're not quite blockchain natives.

For reference, Remix allows a user to insert a gist, filepath, or even the raw source code in a query param.

Read Local Build Directory

I run this

eth95 ./build/contracts

but there are no contracts shown in the web UI.

Things do not work well for my directory. I think the problem maybe there are several files in the directory
CleanShot 2021-12-21 at 22 22 25@2x
.

Not able to parse uint256 values

When an uint256 value is passed in the function call then it throws an error something like this -

Screen Shot 2020-06-03 at 10 29 13 AM

My understanding is that BigNumber values are not handled properly

Add transaction / event / result decoding

The output can be decoded with little addl. overhead since we have the abi. We should decode the output log (toggle setting), so results like [object object] can easily be viewed.

"Deceptive site ahead" flag by Metamask

Hi team,

Just wanted to flag that the production url eth95.dev is flagged as deceptive by Metamask.

Has the domain been compromised, or is this a false flag?

Screenshot 2024-03-26 at 1 05 09โ€ฏPM

[Feature Request] Save contract address in each contract

This is a feature request.
It's quite annoying when working with multiple contracts to keep adding the address everytime I switch from one contract to another. It would be cool to have the addresses be saved as per contract, and the contract field to be updated accordingly when switching between them.

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.