├── .github └── ISSUE_TEMPLATE │ ├── Footstep.yaml │ └── TON-Connect-Support.yaml ├── .gitignore ├── README.md ├── first-steps.md ├── nft ├── ton-footstep-nft.md └── ton_footstep.png └── ton-footstep-issue-template.md /.github/ISSUE_TEMPLATE/Footstep.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwalletorg/ton-footsteps/HEAD/.github/ISSUE_TEMPLATE/Footstep.yaml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/TON-Connect-Support.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwalletorg/ton-footsteps/HEAD/.github/ISSUE_TEMPLATE/TON-Connect-Support.yaml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | /.idea/ 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwalletorg/ton-footsteps/HEAD/README.md -------------------------------------------------------------------------------- /first-steps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwalletorg/ton-footsteps/HEAD/first-steps.md -------------------------------------------------------------------------------- /nft/ton-footstep-nft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwalletorg/ton-footsteps/HEAD/nft/ton-footstep-nft.md -------------------------------------------------------------------------------- /nft/ton_footstep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwalletorg/ton-footsteps/HEAD/nft/ton_footstep.png -------------------------------------------------------------------------------- /ton-footstep-issue-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mytonwalletorg/ton-footsteps/HEAD/ton-footstep-issue-template.md --------------------------------------------------------------------------------