Skip to main content
ArcBlock Community

#qa

Discussions with this tag

Guidelines

Community guidelines

Be kind and constructive. Share your experience, choose a category, and include enough detail to help others.

Useful links

ArcBlock documentationMy discussionsSearch discussions

Newest discussions

shenxiuqiangSupport

! 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

7
币迦索Support

我在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

1
TwelveSupport

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

4
nullSupport

正常都是显示在同一个页面的 代码: 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

2
shenxiuqiangSupport

如何设置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

7

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

5
TwelveSupport

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

1
TwelveGeneral

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

2
shenxiuqiangDevelopers

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:

1
shenxiuqiangSupport

我想扣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

6
shenxiuqiangDevelopers

如何将appId添加到钱包,以便进行转账操作。比如应用获得了收入,要转出。 ! image.png https://media.arcblock.community/blocklets/discuss kit/media/bafkreibhe3iyrk5f4omk43ps7mjis6n3efxin5ykmivpuditkzwy37sw3e.webp

5
Brain TitanDevelopers

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

1
shenxiuqiangSupport

服务在启动前需要质押NFT和token,(NFT中包含服务节点信息),在停止服务前接触质押和token;客户端通过查询在质押状态的NFT获得可以提供服务的节点; 查询质押: javascript listStakes params: PartialDeep : Promise ; interface ListStakesParams { addressFilter: GraphQLClient.AddressFilterInput; assetFilter: GraphQLClient.AssetFilterInput; timeFilter: GraphQLClient.TimeFilter

6