Author: Cosmodude: https://github.com/Cosmodude Author: Cosmodude: https://github.com/Cosmodude
Created using Blueprint framework: https://github.com/ton-org/blueprint
Contracts were written in TACT and FunC
Nexton: https://tonviewer.com/EQDKglq77JhCczSQCYfsl3nI7SXaeiHspd5kMXuJn8UOJk2n
Nft Collection: https://tonviewer.com/EQCA2hrbnf38nvjWuGh4eaZ2OUNjufYvOjeH9ttf6TQIeH0G
contracts
- source code of all the smart contracts of the project, their dependencies and references.wrappers
- wrapper classes (implementingContract
from ton-core) for the contracts, including any (de)serialization primitives and compilation functions.tests
- tests for the contracts.scripts
- scripts used by the project, the deployment and scripts.
npm i
to install the dependencies
npx blueprint build
to compile contracts
npx blueprint test
to run the test suits
npx blueprint run
First deployNexTon
to put contracts(NFT collection + Main NexTon contract) on chain.
Then userDeposit
to try deposit funds mannually.
MIT
- tact video tutorial https://www.youtube.com/watch?v=5Muo79ZsOIg
- Official docs https://docs.tact-lang.org/
https://tact-lang.org/