UNPKG

397 BMarkdownView Raw
1# Bearer Core
2
3Bearer Core contains helpers and business logic that you must use if you want create new components and interact with Bearer servers.
4
5* Authentication
6* networks helpers
7* Decorators [README](./src/README/md)
8
9## Development
10
11Build a local bundle
12
13```bash
14cp .env{.example,}
15
16yarn build
17yarn link
18```
19
20somewhere else in a different repository
21
22```bash
23yarn link "@bearer/core"
24```