If you want to develop your own solutions with the Temple wallet or add a token, these links may help you.
Useful Links:
Official Github Repository: https://github.com/madfish-solutions/templewallet-extension
Community&Help: https://t.me/madfishdev
References:
How to add Temple wallet on your site via the Beacon library:
https://docs.walletbeacon.io/getting-started/simple-example
Temple Token Metadata
It requires the metadata from tzip-21. https://gitlab.com/tzip/tzip/-/blob/master/proposals/tzip-21/tzip-21.md
You can validate if your token has correct metadata with TZcommet https://tqtezos.github.io/TZComet/#/explorer
Temple uses the Taquito Tzip12 module to fetch token metadata: https://tezostaquito.io/docs/tzip12#get-the-token-metadata
URI
The standard extends tzip-16, according to which it can be http/https/ipfs/storage of another contract. However, ipfs is preferable.
https://gitlab.com/tzip/tzip/-/blob/master/proposals/tzip-16/tzip-16.md
Tezos Development chats
Tezos Blockchain Development Slack Chat
Tezos Blockchain Development Telegram chat: https://t.me/TezosDevelopers
Telegram SmartPy developers: https://t.me/SmartPy_io
MadFish Development Chat (Temple Wallet, QuipuSwap): https://t.me/madfishdev
Tezos Docs:
-
https://tezos.b9lab.com/fa2 - Tezos Development Portal
- https://tezostaquito.io/ — Taquito docs (aka. web3 for Tezos)
- https://ligolang.org/docs/intro/introduction — Ligo docs
- https://gitlab.com/tzip/tzip — proposals, standards (similar to EIPs)
- https://learn.tqtezos.com/ — Tezos high-level docs
- https://tezos.gitlab.io/whitedoc/michelson.html — Michelson docs
Tezos Dev Tools:
- https://better-call.dev/ — advanced explorer
- https://github.com/tqtezos/minter - Open Minter
- https://fa2-bakery.netlify.app/ - FA 2 token Bakery
- https://dipdup.net/ - A framework for building selective Tezos indexers
inspired by The Graph -
https://t.me/tezos_faucet_bot Faucet Bot for claiming Test tokens
-
Faucet Telegram Bot for claiming test Tezos tokens: https://t.me/tezos_faucet_bot
- Tezos Mempool: https://tzflow.com/
Learning: