Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 520 Bytes

README.md

File metadata and controls

43 lines (29 loc) · 520 Bytes

DAPPLETS NEAR COMPONENTS

Run DEV mode

  1. Run DEV server
yarn
yarn dev
  1. Browser console

Start:

await temp1.engine.enableDevMode({ polling: true }) // with autoupdate
await temp1.engine.enableDevMode() // without

Stop:

temp1.engine.disableDevMode()

Push BOS-components to NEAR mainnet

yarn push:mainnet

Probably you have to log in via NEAR CLI before

NEAR_ENV=mainnet near login

Pull BOS-components from NEAR mainnet

yarn pull:mainnet