You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
📌 Issue: Implement Blockchain Controller to Expose API Endpoints
🔹 Description
Expose RESTful API endpoints for blockchain interactions, allowing external services to fetch NFT balances, metadata, and execute token transfers via the ERC-1155 contract on StarkNet Testnet.
📌 Issue: Implement Blockchain Controller to Expose API Endpoints
🔹 Description
Expose RESTful API endpoints for blockchain interactions, allowing external services to fetch NFT balances, metadata, and execute token transfers via the ERC-1155 contract on StarkNet Testnet.
📂 Project Structure
src/modules/blockchain/controllers/blockchain.controller.ts
src/modules/blockchain/services/starknet.service.ts
src/modules/blockchain/dtos/transfer.dto.ts
🛠️ Tasks
blockchain.controller.ts
to handle HTTP requests./blockchain/balance/:account/:tokenId
→ Returns the balance of a specific token for a given account./blockchain/token/:tokenId
→ Returns metadata for a specific token./blockchain/transfer
→ Transfers a token between two accounts.StarknetService
.✅ Acceptance Criteria
The text was updated successfully, but these errors were encountered: