@opendollar/interfaces
v0.0.0-522eb99c
Published
[![npm version](https://img.shields.io/npm/v/@opendollar/interfaces/latest.svg)](https://www.npmjs.com/package/@opendollar/interfaces/v/latest)
Downloads
55
Readme
@opendollar/interfaces
@opendollar/interfaces offers support for ABIs and interfaces typing for seamless interactions with smart contracts. Integrate these interfaces effortlessly into your projects.
Installation
You can easily install this package using either npm or yarn:
Using Yarn:
yarn add @opendollar/interfaces
Using npm:
npm install @opendollar/interfaces
Usage
This is an example of how you can import an interface:
import { ISomeInterface } from '@opendollar/interfaces';
import { SomeContract } from '@opendollar/interfaces';
And then you can interact with it in the way you need.
Repository
To learn more about this package, please visit the solidity-exporter-action-private repo.
Contributors
Maintained with love by Wonderland. Made possible by viewers like you.
License
@opendollar/interfaces is licensed under the MIT License.