Skip to content

anubhavsa/one-click-DApps

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

One Click Dapp

Paste an ABI and get a permanent link that can be used to interact with that contract

alt-text

Goal

The goal of this project is to make it easier to interact with smart contracts deployed to ethereum. Currently it is a pain to interact with simple contracts a developer has deployed. They can use remix or truffle, but there is no way to send a link to a friend and have them be able to call function on the contract, unless a developer builds a whole front end themselves.

Features

Planned

  • accounts to save your own pastes and links
  • custom domain endings

Run the app

  1. Run npm install in both root directory, and in /client
  2. Create config.js in /db and enter your mongoDB URL

process.env.MONGODB_URI = "mongodb://..."

  1. cd to root directory and run npm start

Contact

Joseph Patrick

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.2%
  • HTML 7.0%
  • CSS 1.8%