Skip to content

Hsien-HsiuLiao/near-nft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NEAR NFT

install the WebAssembly toolchain. This will enable us to compile Rust into a WebAssembly file that can be run on the blockchain.

rustup target add wasm32-unknown-unknown

build.sh will compile your contract and copy the resulting .wasm to a result directory, where you can view it easier. Create the result directory before running this bash script.

? https://www.ibm.com/docs/en/zos/2.3.0?topic=descriptions-chmod-change-mode-file-directory

? chmod u+x file

run sh build.sh

https://docs.near.org/docs/tools/near-cli

sh deploy.sh

export CONTRACT=dev-***-***

cargo test -- --nocapture

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published