xssnick / tonutils-go

TON SDK Library in pure Golang for interacting with The Open Network ecosystem using native protocols, such as ADNL, RLDP and etc.
Apache License 2.0
464 stars 95 forks source link

Update NFT Collection deploy to verified contracts #208

Closed Totemancer closed 1 month ago

Totemancer commented 2 months ago

Hello @xssnick,

Updated the NFT examples in this pull request to use the latest tonweb.js standard (verified contracts on the network) for deployment.

Sources:

https://github.com/toncenter/tonweb https://github.com/toncenter/tonweb/blob/master/dist/tonweb.js

These (nft-collection-editable.fc, nft_item_simple.fc) contracts are well known and used by many NFT collections on the network and already verified on https://verifier.ton.org.

I am submitting this pull request as it benefits the entire TON community.

You can deploy it on the testnet to verify and double-check it!

verified

Please let us know if any edits are needed. Maintainers are allowed to make edits.

Feel free to ask if you need further assistance!