xyz
Perfect 👍 since your contract is deployed on the Flow Testnet, here’s an updated and simplified README tailored specifically for that network and format (ideal for GitHub or documentation use):
Contract Name: MilestoneNFT
Contract Address: 0x5883916a928969c29A1E5C4b58DA8dDCB307B947
Network: Flow Testnet Language: Cadence (Flow’s smart contract language)
This repository contains information about a smart contract deployed on the Flow Testnet. The contract can be interacted with using Flow CLI, Flow Playground, or any Flow-compatible SDK.
🧠 Written in Cadence, Flow’s resource-oriented smart contract language
🔗 Deployed on Flow Testnet for testing and experimentation
💡 Can be integrated with Flow JS SDK or FCL (Flow Client Library)
🧾 Supports interaction through wallets like Blocto or Lilico
You can view and interact with the contract using:
Flow Testnet Explorer: https://testnet.flowscan.org/account/0x5883916a928969c29A1E5C4b58DA8dDCB307B947
Visit https://play.flow.com/
Paste your contract code into the Contracts section.
Use Transactions and Scripts tabs to test interactions.
flow accounts get 0x5883916a928969c29A1E5C4b58DA8dDCB307B947 --network testnet
import * as fcl from "@onflow/fcl";
fcl.config()
.put("accessNode.api", "https://rest-testnet.onflow.org")
.put("flow.network", "testnet");
const contractAddress = "0x5883916a928969c29A1E5C4b58DA8dDCB307B947";
This project is licensed under the MIT License — free to use, modify, and distribute.
Contributions, ideas, and improvements are always welcome! Feel free to fork, test, and open pull requests.
xyz