https://github.com/dapplets/bos-components
BOS-components used in our projects
https://github.com/dapplets/bos-components
Last synced: 6 months ago
JSON representation
BOS-components used in our projects
- Host: GitHub
- URL: https://github.com/dapplets/bos-components
- Owner: dapplets
- License: mit
- Created: 2024-01-15T10:27:11.000Z (about 2 years ago)
- Default Branch: develop
- Last Pushed: 2025-05-30T13:43:55.000Z (8 months ago)
- Last Synced: 2025-05-30T18:50:53.326Z (8 months ago)
- Language: JavaScript
- Size: 11.7 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DAPPLETS NEAR COMPONENTS
## Run DEV mode
1. Run DEV server
```sh
yarn
yarn dev
```
2. Browser console
Start:
```js
await temp1.engine.enableDevMode({ polling: true }) // with autoupdate
await temp1.engine.enableDevMode() // without
```
Stop:
```js
temp1.engine.disableDevMode()
```
## Push BOS-components to NEAR mainnet
```sh
yarn push:mainnet
```
Probably you have to log in via NEAR CLI before
```sh
NEAR_ENV=mainnet near login
```
## Pull BOS-components from NEAR mainnet
```sh
yarn pull:mainnet
```