@crtxio/bproto-contract-call
Version:
@crtxio/bproto-contract-call is a Nuxt3 layer which provides a Nuxt 3 component to purchase and register BProto domains and Nuxt 3 composables to call BProto standard and bridged zone contracts.
39 lines (38 loc) • 780 B
JSON
{
"name": "@crtxio/bproto-contract-call",
"type": "module",
"version": "0.0.4",
"license": "MIT",
"author": {
"name": "Raphael Schmid",
"email": "rjschmid-npm@proton.me"
},
"keywords": [
"nuxt3",
"layer",
"contract",
"call",
"bproto",
"zone",
"foundry",
"component"
],
"main": "./nuxt.config.ts",
"scripts": {
"dev": "nuxi dev .playground",
"build": "nuxt build .playground",
"generate": "nuxt generate .playground",
"preview": "nuxt preview .playground",
"lint": "eslint ."
},
"devDependencies": {
"@nuxt/eslint-config": "^0.1.1",
"eslint": "^8.28.0",
"nuxt": "^3.0.0",
"typescript": "^4.9.3"
},
"dependencies": {
"ethers": "^6.6.1",
"@crtxio/expand": "^0.0.4"
}
}