web3j-openapi icon indicating copy to clipboard operation
web3j-openapi copied to clipboard

OpenAPI compliant service generator for Solidity Smart contracts

Results 3 web3j-openapi issues
Sort by recently updated
recently updated
newest added

As per the discussion under https://github.com/web3j/web3j-openapi/issues/99, the current openapi generated project is not using the latest version of sokt. Thus, we will need to cut a new release of the...

enhancement
release

#### [radish34/Registrar](https://github.com/ethereum-oasis/baseline/blob/master/radish34/contracts/contracts/Registrar.sol) : Problem with initializing the `address` while deploying: ##### `DeployParameters`: ``` data class RegistrarDeployParameters( val ERC1820RegistryAddress: String ) ``` ##### Error: ``` { "title": "Cannot construct instance of...

bug

The swagger and openApi specs are empty when I create a new project. I'm following the documentation and using the command: ``` web3j openapi import \ -s=./contracts/contracts/HelloWorld.sol \ --package=dummy.HelloWorld \...