@startinblox/component-mfssia
v1.0.0
Published
## Orbit configuration
Downloads
3
Keywords
Readme
Solid MFSSIA
Orbit configuration
{
"npm": [
{
"package": "@startinblox/component-mfssia",
"version": "latest"
}
],
"components": [
{
"defaultRoute": true,
"type": "mfssia",
"parameters": {
"apiSrc": "http://localhost:3000"
},
"route": "mfssia",
"experimental": ["routing", "menu"]
}
]
}
Replace components[].parameters.apiSrc
with your MFSSIA API for the iExec oracles.
Developpers
Installation:
npm install
Build with:
npm run build
# npm run serve
Dev mode:
npm run watch