Skip to content

Taridekpen/nft-contract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nft-mint-frontend Smart Contract

A smart contract written in Rust for an app initialized with create-near-app

Quick Start

Before you compile this code, you will need to install Rust with correct target

Exploring The Code

  1. The main smart contract code lives in src/lib.rs. You can compile it with the ./compile script.
  2. Tests: You can run smart contract tests with the ./test script. This runs standard Rust tests using cargo with a --nocapture flag so that you can see any debug info you print to the console.

About

NFT minting smart contract on NEAR

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published