Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Apr 19, 2023
1 parent 9822cd9 commit 9680503
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 7 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v1.14.2](https://github.com/masa-finance/masa-sdk/compare/v1.14.1...v1.14.2)

> 19 April 2023
- added credit score + identity to polygon mainnet [`6ec8a84`](https://github.com/masa-finance/masa-sdk/commit/6ec8a841ee60439bc6c63284b469d0a3a8bcee7d)

#### [v1.14.1](https://github.com/masa-finance/masa-sdk/compare/v1.14.0...v1.14.1)

> 19 April 2023
- added a way to inject smart contracts from the outside [`#60`](https://github.com/masa-finance/masa-sdk/pull/60)
- update docs [`0ec2408`](https://github.com/masa-finance/masa-sdk/commit/0ec24084108d33e0b044f56226d3366250979011)
- update docs [`6b373ad`](https://github.com/masa-finance/masa-sdk/commit/6b373ad6063fff03a4fcb0048d4513fc197439dd)
- update docs [`971ae30`](https://github.com/masa-finance/masa-sdk/commit/971ae30df4460bcb2498e8a663497d1c304d3939)

#### [v1.14.0](https://github.com/masa-finance/masa-sdk/compare/v1.13.4...v1.14.0)

> 17 April 2023
Expand Down
13 changes: 6 additions & 7 deletions docs/README.md
Expand Up @@ -3,9 +3,9 @@

<!-- TOC -->
* [Installation](#installation)
* [Usage](#usage)
* [Interface](#interface)
* [Configuration](#configuration)
* [Usage](#usage)
* [Interface](#interface)
* [Configuration](#configuration)
<!-- TOC -->

## Installation
Expand All @@ -16,7 +16,7 @@ yarn
npm
`npm i @masa-finance/masa-sdk --save`

### Usage
## Usage

Browser:

Expand Down Expand Up @@ -52,14 +52,13 @@ const provider = new ethers.providers.JsonRpcProvider(
const wallet = new ethers.Wallet("your private key", provider);

export const masa = new Masa({ wallet });

```

### Interface
## Interface

For a detailed interface description see [Masa](docs/classes/Masa.md)

### Configuration
## Configuration

| Key | Type | Description | Default Value |
|------------------|----------------------------------|---------------------------------------------------------------------------------------|----------------------------------------|
Expand Down

0 comments on commit 9680503

Please sign in to comment.