Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

abi2oas

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

abi2oas - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

ROADMAP.md

2

package.json
{
"name": "abi2oas",
"version": "0.1.1",
"version": "0.1.2",
"description": "Ingests a smart contract's ABI and autogenerates an OpenAPI JSON, ready for Swagger codegen.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -93,14 +93,5 @@ # abi2oas

```
## Development
You can find [our roadmap](./ROADMAP.md) on GitHub.
## Roadmap
### Short-Term
-[x] Fix autogen to use GET or POST based on whether the function is `constant`, not whether it has inputs or outputs.
-[x] User-friendly CLI interaction via commander
-[x] Check that the static `convert` method is working when imported to another npm package.
-[] Add default definitions for Ethereum primitive types other than address & receipt
-[] Write tests for a variety of contracts
### Long-Term
-[] Event Support
## Licensing

@@ -107,0 +98,0 @@ abi2oas is developed & maintained by [Eximchain](https://eximchain.com/), released for public use under the Apache-2.0 License.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc