ben-razor / near-karts

Battle Kart NFTs on NEAR blockchain
https://near-karts.web.app/
Apache License 2.0
0 stars 0 forks source link

Limit karts to one with a given name #9

Open ben-razor opened 2 years ago

ben-razor commented 2 years ago

Also remove "A NEAR Kart called" from name.

ben-razor commented 2 years ago

This means adding a log to nft mint so that the names can be indexed and searched.

ben-razor commented 2 years ago

Check the name is within character limits in mint function.