赞
踩
将附加数据附加到 Solana 上的同质或非同质代币的程序。它使用从 Mint 帐户地址派生的程序派生地址(PDA)来实现此目的。附加元数据包括SPL代币或者NFT的名称,简称,描述信息,logo等元素。
下面的包可用于与令牌元数据程序交互。安装必须的依赖包,支持使用TypeScript和Rust语言。
npm install @metaplex-foundation/mpl-token-metadata
cargo add mpl-token-metadata
程序包部署流程
pnpm validator
From the root directory of the repository.
Install the required packages:
pnpm install
Build the program:
pnpm programs:build
This will create the program binary at <RooT>/programs/.bin
软件部署完成后运行测试
Token Metadata includes two sets of tests: BPF and TypeScript.
BPF
From the root directory of the repository:
pnpm programs:test
TypeScript
From the root directory of the repository.
pnpm validator
This will start a local validator using Amman.
After starting the validator, go to the folder <RooT>/clients/js and run:
pnpm install
This will install the required packages for the tests. Then, run:
pnpm build && pnpm test
pdf+视频Solana链SOL发币教程及多模式组合合约源代码下载:
、工具使用)教程下载:Solana链SOL发币(合约部署、开源、锁仓、LP、参数配置、开发、故障处理、
多模式(燃烧、回流指定营销地址、分红本币及任意币种,邀请推广八代收益,LP加池分红、交易分红、复利
分红、NFT分红、自动筑池、动态手续费、定时开盘、回购)组合合约源代码下载:
pdf+视频Solana链SOL发币教程及多模式组合合约源代码下载地址:
本人仅供参考,不构成任何投资建议!!!
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。