Skip to content

Commit c222300

Browse files
committed
feat: added abis
1 parent 6a4bd1b commit c222300

4 files changed

Lines changed: 1061 additions & 24 deletions

File tree

README.md

Lines changed: 6 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,8 @@
1-
# bun starter
1+
# BIFROST SLPX SDK
2+
> Comprehensive library to build apps with Bifrost SLPx protocol
23
3-
## Getting Started
4+
## Getting started
45

5-
Click the [Use this template](https://github.com/wobsoriano/bun-lib-starter/generate) button to create a new repository with the contents starter.
6-
7-
OR
8-
9-
Run `bun create wobsoriano/bun-lib-starter ./my-lib`.
10-
11-
## Setup
12-
13-
```bash
14-
# install dependencies
15-
bun install
16-
17-
# test the app
18-
bun test
19-
20-
# build the app, available under dist
21-
bun run build
22-
```
23-
24-
## License
25-
26-
MIT
6+
```shell
7+
npm install slpx-sdk
8+
```

docs/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Docs

docs/package.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# BUN STARTER
2+
3+
## Getting Started
4+
5+
Click the [Use this template](https://github.com/wobsoriano/bun-lib-starter/generate) button to create a new repository with the contents starter.
6+
7+
OR
8+
9+
Run `bun create wobsoriano/bun-lib-starter ./my-lib`.
10+
11+
## Setup
12+
13+
```bash
14+
# install dependencies
15+
bun install
16+
17+
# test the app
18+
bun test
19+
20+
# build the app, available under dist
21+
bun run build
22+
```
23+
24+
## License
25+
26+
MIT

0 commit comments

Comments
 (0)