Learn-NEAR / NCD.L1.sample--art-demo

ncd.ys24.testnet

Home Page:https://youtu.be/Brio-KXmw_w

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Art Demo

Generative art on NEAR.


Environment

export CONTRACT = [contract_id] // ncd.ys24.testnet
export ACCOUNT = [account_id]

Methods

design(): void

near call CONTRACT design --accountId ACCOUNT
near call CONTRACT design '{"seed": [number]}'  --accountId ACCOUNT

claimMyDesign(): void

near call CONTRACT claimMyDesign '{"seed": [number]}' --accountId ACCOUNT

viewMyDesign(): void

near call CONTRACT viewMyDesign --accountId ACCOUNT

burnMyDesign(): void

near call CONTRACT burnMyDesign --accountId ACCOUNT 

About

ncd.ys24.testnet

https://youtu.be/Brio-KXmw_w


Languages

Language:TypeScript 98.7%Language:JavaScript 1.3%