1.7.1 • Published 5 years ago

@evan.network/ui-core v1.7.1

Weekly downloads
1
License
AGPL-3.0-only
Repository
-
Last release
5 years ago

ui-core

The @evan.network/ui-core is a container for the root evan network libraries and applications.

DApp wrappers for the blockchain core, the smart contracts core, ... are constructed simply, to exclude the wanted library and map the correct original package name. E.g.: The @evan.network/api-blockchain-core library is published using the ens address bcc.evan. Within the DBCP of the using DApp, this lib is referenced within the dbcp.json as dependency. Within the application it self, @evan.network/api-blockchain-core can be imported normally using import * as bcc from '@evan.network/api-blockchain-core'.

Available libraries:

originalens address
@evan.network/api-blockchain-corebcc.evan
@evan.network/smart-contracts-coresmartcontracts.evan
@evan.network/uiui.libs.evan
bootstrap 4evan.bootstrap.libs.evan
d3d3.libs.evan
dexiedexie.libs.evan
fontawesomefontawesome.libs.evan
themifythemify.libs.evan

Install

  • use yarn install or npm install

UI Development

npm run serve
  • build all dapps
npm run dapps-build
  • serve for file change tracking
npm run dapps-serve

Deployment

Have a look at the deployment description.