io.kriptal.ethers.abigen-plugin
所有者: Kriptal.io
一个用于生成Ethereum智能合约的JVM合约绑定的插件
https://github.com/kr1ptal/ethers-kt
源码: https://github.com/kr1ptal/ethers-kt.git
使用 插件DSL
plugins {
id("io.kriptal.ethers.abigen-plugin") version "1.1.0"
}
使用 旧版插件应用程序
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("io.kriptal.ethers:ethers-abigen-plugin:1.1.0")
}
}
apply(plugin = "io.kriptal.ethers.abigen-plugin")