Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
robertleifke committed Nov 2, 2024
1 parent 2b1ded2 commit f732590
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Numo.ts

Numo.ts is a TypeScript library for interacting with the Numo marketplace for efficiently buying and selling [european-style](https://en.wikipedia.org/wiki/European_option) call options on the EVM.
Numo.ts is a TypeScript sdk for building web apps on Numo markets. Allowing you to efficiently buy or sell [european-style](https://en.wikipedia.org/wiki/European_option) call options on any `ERC-20` token.

It uses `reverse-mirage` to generate the TypeScript bindings from the Numo smart contracts.

## Installation

Expand All @@ -10,7 +12,7 @@ npm install --save @numotrade/numo-ts

## Getting Started

Instantiate your of Numo using your etheres provider:
Instantiate your of Numo using your ethers provider:

### Examples

Expand Down

0 comments on commit f732590

Please sign in to comment.