question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Create a Gradle plugin to compile Java contracts

See original GitHub issue

The Gradle plugin can be used inside of a Gradle project and should provide something like a compileNeo task that compiles the smart contract contained in the Gradle project to NeoVM code.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
gsmachadocommented, Sep 7, 2020

Not in my opinion. I don’t see a reason to have it written to a files separately. The neon compiler does it, but it doesn’t have more information than what’s in the manifest.

I think that @mialbu can help us here. The question is: does the Neo Blockchain Toolkit expects an ABI file or a Manifest file to deploy a Smart Contract?

If it requires a separate ABI file, then we do it. Otherwise, we just output the manifest (as currently is).

0reactions
csmullercommented, Nov 2, 2020

Done. This work is connected to the implementation done for #175.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Writing Custom Gradle Plugins - Baeldung
Today we're going to show how to create custom Gradle plugins, that will allow us to modify the build process beyond what we...
Read more >
Gradle plugin providing tasks to compile Solidity contracts.
Simple Gradle plugin used by the Web3j plugin to compile Solidity contracts, but it can be used in any standalone project for this...
Read more >
Developing Custom Gradle Plugins
Gradle will take care of compiling and testing the plugin and making it available on the classpath of the build script. The plugin...
Read more >
Web3j Gradle Plugin
Gradle plugin that generates Web3j Java wrappers from Solidity smart contracts. It smoothly integrates with your project's build lifecycle by adding ...
Read more >
5. Add Gradle Plugin with Dependencies - Spring Cloud
To add a Gradle plugin with dependencies, you can use code similar to the following: Plugin DSL GA versions. // build.gradle plugins {...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found