Identity Awareness service with HTTP Rest API, which provides access to the user's profile and balance in FA1.2 and FA2 tokens.
Access is provided by the user's security token.
Test tezos smart-contract:
bin/ligo test --format='human-readable' smart1.ligo
- Flame Tezos DeFi Hackathon 2022 Challenge (rus)
- Guidelines for participants on Tezos DeFi Hackathon 2022 (rus)
- How to run Tezos
- Create Tezos Wallet - How to create wallet guide.
- Temple - Tezos Wallet.
- PyTezos - Python utils for Tezos.
- Tezos Dappetizer - Framework for building indexer apps using TypeScript (or JavaScript). Its main strength is its versatility - it can be used to rapidly develop a simple smart contract indexer or collect particular block data, but also to index data from the entire blockchain or compose multiple indexers.
- Tezos RPC API indexers - The Tezos RPC API exposes all the information you could possibly need to build applications using blockchain data, however, the RPC API alone might not be efficient for your particular use-case, this is where indexers come into play, here we are going to look at two different indexers for tezos.
- Kubernetes - Kubernetes, also known as K8s, is an open-source system for automating deployment, scaling, and management of containerized applications.
- Helm Chart - Package manager for Kubernetes