Skip to content

Commit

Permalink
docs: update README.md (#5)
Browse files Browse the repository at this point in the history
* docs: add Install section

* docs: version package section
  • Loading branch information
JayJay1024 authored Jul 29, 2024
1 parent f115f84 commit 07cf4ee
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# helixconf

## Install

```shell
npm i @helixbridge/helixconf
```

## Typescript

```
const arbitrumChainId = HelixChain.arbitrum.id
const arbitrum = HelixChain.get('arbitrum');
```

## Version package

`https://github.com/helix-bridge/helixconf/blob/main/template/ts/files/package.json#L3`

0 comments on commit 07cf4ee

Please sign in to comment.