! image.png https://media.arcblock.community/blocklets/discuss kit/media/bafkreih7kx2odw55zk4w45ddwb5vlzg7lvyivapgjrd7yjrcsvhxoavf54.webp ! image.png https://media.arcblock.community/blocklets/discuss kit/media/bafkreigd7nwnngo3c5l5oyewdu5myx3c34aipq7xhmmj4je6jamxrasw5q.webp ! image.png https://medi
#qa
带有此标签的讨论
社区指南
最新发布
我在payment kit中设置了“购买完成时铸造nft”,如下图: ! 微信图片 20240831212553.png https://media.arcblock.community/blocklets/discuss kit/media/bafkreifxw4jxhq3vqjqvipr2iffg4op4flmusdvhlzejefpukrd3ovourm.webp 然后确定时出错,如下图: ! 微信图片 20240831212600.png https://media.arcblock.community/blocklets/discuss kit/media/bafkreicvhgzo
创建NFT Factory 需要支付多少token是否有接口可以查询?之前是100ABT,现在是10ABT,测试环境是1TBA 以后变化还要对项目进行更新
When I choose “has full image” from the properties area, the backround image geta cutoff. ! IMG 4928.jpeg https://media.arcblock.community/blocklets/discuss kit/media/bafkreihpxv7umbdzh5n5vcr2gxssvhcl3jtfx7fm27gqhocrnmxkpjl4ai.webp
正常都是显示在同一个页面的 代码: javascript import React, { useEffect, useRef } from '@blocklet/pages kit/builtin/react'; import { Box, Typography } from '@blocklet/pages kit/builtin/mui/material'; const MatrixBackground = { speed = 50, fontSize = 14, density = 0.05 } = { const canvasRef = useRef null ; useEffect
如何设置stake,使得解除质押后在一定时间后才能取回,我设置revokeWaitingPeriod似乎没有作用,revoke后,可以马上claim取回, javascript const stakeToken = { address: env.tokenId, value: fromTokenToUnit 1, 18 .toString }; const stakeAsset = async = { const { asset, staked, stakeAddress, stakeReciver } = await isStaked ; if staked return; const fr
I think it might be because the English is not perfect. ! 1000016134.jpg https://media.arcblock.community/blocklets/discuss kit/media/bafkreigzynygpahhlqlhjeotgz7iaqurbt4w3w5j3vdipsxeechso3oiau.webp Min bid delta amount, what does it mean? Is it also possible to get the tags translated to English?
I want to set an nft as my profile avatar. When I tap the set of as profile picture option it says no profile detected and asks me if I want to create one. Why can it not detect the profile I am using? ! 1000016127.jpg https://media.arcblock.community/blocklets/discuss kit/media/bafkreifrmplxh4duiwd
I noticed that one of my NFT's has listed out of its sequential order. I looked on other factories and noticed this in some others. Is this a bug? Is there always some degree of difference to be expected? ! mint out of order.jpg https://media.arcblock.community/blocklets/discuss kit/media/bafkreiag3
ON the new NFT Payment kit blog it reads" is as high as 9.9 ABT per NFT". Is this correct though. Should it be 9.9K? ! nft price.jpg https://media.arcblock.community/blocklets/discuss kit/media/bafkreihi3n2ahdz4pqi2lxydx2kvur4vh7xyqdpnp7qbegq4ibkephnnl4.webp
无法找到模块“@arcblock/ux/lib/Theme”的声明文件,该如何解决这个问题 ! image.png https://media.arcblock.community/blocklets/discuss kit/media/bafkreibgriizofmdieb4f3zkgg5yh555nq6nw2cyi3nah3loawztpeb4ty.webp
! 1000003804.png https://media.arcblock.community/blocklets/discuss kit/media/bafkreicoucpse6k7vpaowigqiln2smi3ymqipk5jghx2ol2pwxfuytson4.webp
fg:t:acquire asset v3. 为什么不能被代理? javascript const hash = await client.delegate { from: aliceWallet, to: wallet, privileges: { typeUrl: 'fg:t:acquire asset v3', }, , } ; logger.log 'hash', hash ; errors: { code: 'INVALID DELEGATION TYPE URL', message: 'Delegation type url is not allowed', locations:
! image.png https://media.arcblock.community/blocklets/discuss kit/media/bafkreifl4ku4nn54pycpc3d5huuggu4ammbj64hwps5xf5sb5p3ua5vgvm.webp
! image.png https://media.arcblock.community/blocklets/discuss kit/media/bafkreidsp3xsbyiwdlinvriw2z62xcb74grpyalxm75tu3yw3aekhtnh2i.webp
我想扣alic的钱,通过dapp为bob生成NFT,不知道该怎么写,对这些还不太了解,下面的写法返回错误: javascript const GraphQLClient = require '@ocap/client' ; const getWallet = require '@blocklet/sdk/lib/wallet' ; const env = require './env' ; const { aliceWallet, bobWallet } = require './accont' ; const logger = console; const wallet = getWalle
如何将appId添加到钱包,以便进行转账操作。比如应用获得了收入,要转出。 ! image.png https://media.arcblock.community/blocklets/discuss kit/media/bafkreibhe3iyrk5f4omk43ps7mjis6n3efxin5ykmivpuditkzwy37sw3e.webp
With the new aigne update I noticed my applications have their title modified with “dApp” at the end, I removed this manually now but why did the update push this feature? dont think it’s necessary, plus in my case, not wanted😂 ! IMG 9845.jpeg https://media.arcblock.community/blocklets/discuss kit/m
服务在启动前需要质押NFT和token,(NFT中包含服务节点信息),在停止服务前接触质押和token;客户端通过查询在质押状态的NFT获得可以提供服务的节点; 查询质押: javascript listStakes params: PartialDeep : Promise ; interface ListStakesParams { addressFilter: GraphQLClient.AddressFilterInput; assetFilter: GraphQLClient.AssetFilterInput; timeFilter: GraphQLClient.TimeFilter