File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+ ```
Original file line number Diff line number Diff line change 1+ # Docs
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments