Skip to content
#

truffle

Here are 1,984 public repositories matching this topic...

0xDeCA10B
tomw1808
tomw1808 commented Jun 28, 2022

Working with multiple block explorers, sometimes it would be great to just output the standard json, so it can be uploaded to verify manually.

My current work-around is to change the verify.js slightly, so it outputs the standard json (line 173)

...
 const postQueries = {
    apikey: options.apiKey,
    module: 'contract',
    action: 'verifysourcecode',
    contractaddress: artifa
enhancement help wanted good first issue
abertschi
abertschi commented Aug 18, 2020

When bailing out with an error, print where in source error occurred. We already set source section in ast visitor but do not print it in error cases.

Decide if early or lazy loading is better for graalphp.

  • pro for eager: we may implement phpdoc semantics into parsing (types)
  • however, new versions of php support type hints and dont have to rely on comments
  • i think for now we lazy loa
documentation enhancement good first issue graaphp-language
eth-vue

Featured in Awesome Vue [https://github.com/vuejs/awesome-vue], a curated list maintained by vuejs of awesome things related to the Vue.js framework, and Awesome List [https://awesomelists.net/150-Vue.js/3863-Open+Source/18749-DOkwufulueze-eth-vue], this Truffle Box provides everything you need to quickly build Ethereum dApps that have authentication features with vue, including configuration for easy deployment to the Ropsten Network. It's also Gravatar-enabled. Connecting to a running Ganache blockchain network from Truffle is also possible -- for fast development and testing purposes. Built on Truffle 5 and Vue 3, eth-vue uses vuex for state management, vuex-persist for local storage of app state, and vue-router for routing. Authentication functionalities are handled by Smart Contracts running on the Ethereum blockchain.

  • Updated Jun 1, 2022
  • JavaScript

Improve this page

Add a description, image, and links to the truffle topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the truffle topic, visit your repo's landing page and select "manage topics."

Learn more