├── README.md ├── compile.sh ├── examples └── Conway life collection │ ├── build │ ├── nft-code.fif │ └── nft-collection-code.fif │ ├── interface │ ├── index.html │ ├── nft.html │ ├── nft.js │ ├── styles.css │ └── tonweb-0.0.27.js │ ├── nft-collection.fc │ └── nft.fc ├── nft-collection.fc ├── nft.fc └── stdlib.fc /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmelyanenkoK/nft-standard-draft/HEAD/README.md -------------------------------------------------------------------------------- /compile.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmelyanenkoK/nft-standard-draft/HEAD/compile.sh -------------------------------------------------------------------------------- /examples/Conway life collection/build/nft-code.fif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmelyanenkoK/nft-standard-draft/HEAD/examples/Conway life collection/build/nft-code.fif -------------------------------------------------------------------------------- /examples/Conway life collection/build/nft-collection-code.fif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmelyanenkoK/nft-standard-draft/HEAD/examples/Conway life collection/build/nft-collection-code.fif -------------------------------------------------------------------------------- /examples/Conway life collection/interface/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmelyanenkoK/nft-standard-draft/HEAD/examples/Conway life collection/interface/index.html -------------------------------------------------------------------------------- /examples/Conway life collection/interface/nft.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmelyanenkoK/nft-standard-draft/HEAD/examples/Conway life collection/interface/nft.html -------------------------------------------------------------------------------- /examples/Conway life collection/interface/nft.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmelyanenkoK/nft-standard-draft/HEAD/examples/Conway life collection/interface/nft.js -------------------------------------------------------------------------------- /examples/Conway life collection/interface/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmelyanenkoK/nft-standard-draft/HEAD/examples/Conway life collection/interface/styles.css -------------------------------------------------------------------------------- /examples/Conway life collection/interface/tonweb-0.0.27.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmelyanenkoK/nft-standard-draft/HEAD/examples/Conway life collection/interface/tonweb-0.0.27.js -------------------------------------------------------------------------------- /examples/Conway life collection/nft-collection.fc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmelyanenkoK/nft-standard-draft/HEAD/examples/Conway life collection/nft-collection.fc -------------------------------------------------------------------------------- /examples/Conway life collection/nft.fc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmelyanenkoK/nft-standard-draft/HEAD/examples/Conway life collection/nft.fc -------------------------------------------------------------------------------- /nft-collection.fc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmelyanenkoK/nft-standard-draft/HEAD/nft-collection.fc -------------------------------------------------------------------------------- /nft.fc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmelyanenkoK/nft-standard-draft/HEAD/nft.fc -------------------------------------------------------------------------------- /stdlib.fc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EmelyanenkoK/nft-standard-draft/HEAD/stdlib.fc --------------------------------------------------------------------------------