All Projects β†’ oxheadalpha β†’ TZComet

oxheadalpha / TZComet

Licence: MIT license
Contract Metadata Viewer on Tezos

Programming Languages

ocaml
1615 projects
shell
77523 projects

Projects that are alternatives of or similar to TZComet

quipuswap-core
πŸ§™β€β™‚οΈ Repository containing QuipuSwap liquidity protocol smart-contracts written in Ligo language
Stars: ✭ 48 (+100%)
Mutual labels:  smart-contracts, tezos
pytezos
🐍 Python SDK & CLI for Tezos | Michelson REPL and testing framework
Stars: ✭ 93 (+287.5%)
Mutual labels:  tezos, michelson
Tezos-Developer-Resources
Resources for Tezos Developers
Stars: ✭ 34 (+41.67%)
Mutual labels:  tezos, michelson
ruby-to-michelson
(Secure) Ruby to Liquidity w/ ReasonML Syntax / Michelson (Source-to-Source) Cross-Compiler Cheat Sheet / White Paper
Stars: ✭ 16 (-33.33%)
Mutual labels:  tezos, michelson
quipuswap-webapp
🌐 πŸ§™β€β™‚οΈ Decentralized application UI for Quipuswap protocol.
Stars: ✭ 21 (-12.5%)
Mutual labels:  smart-contracts, tezos
dipdup-py
Modular framework for creating selective indexers and featureful backends for dapps
Stars: ✭ 49 (+104.17%)
Mutual labels:  smart-contracts, tezos
techelson
A test execution engine for Michelson smart contracts.
Stars: ✭ 17 (-29.17%)
Mutual labels:  tezos, michelson
objkt-swap
Hic et Nunc smart contracts. FA2 multiassets: hDAO, OBJKTs, Marketplace, SUBJKTs and Unregistry.
Stars: ✭ 67 (+179.17%)
Mutual labels:  tezos, michelson
nft-tutorial
Tezos FA2 NFT CLI Tool And Tutorial
Stars: ✭ 81 (+237.5%)
Mutual labels:  smart-contracts, tezos
lamtez
An ML-inspired smart contract language, compiling to Tezos' Michelson VM
Stars: ✭ 22 (-8.33%)
Mutual labels:  tezos, michelson
bcdhub
Better Call Dev backend
Stars: ✭ 30 (+25%)
Mutual labels:  smart-contracts, tezos
solidity-contracts
πŸ“¦ Resources for the Ethereum Smart Contract Development tutorial series.
Stars: ✭ 64 (+166.67%)
Mutual labels:  smart-contracts
starter-kit-tutorial
An OpenZeppelin starter kit tutorial containing React, OpenZeppelin SDK & OpenZeppelin Contracts.
Stars: ✭ 34 (+41.67%)
Mutual labels:  smart-contracts
starter-kit-gsn
An OpenZeppelin starter kit focused on GSN.
Stars: ✭ 39 (+62.5%)
Mutual labels:  smart-contracts
hypermint
Tendermint-based blockchain that supports WebAssembly smart contract
Stars: ✭ 55 (+129.17%)
Mutual labels:  smart-contracts
haal
HÀÀl - Anonymous Electronic Voting System on Public Blockchains
Stars: ✭ 96 (+300%)
Mutual labels:  smart-contracts
archethic-node
Official Archethic Blockchain node, written in Elixir
Stars: ✭ 42 (+75%)
Mutual labels:  smart-contracts
netezos
Netezos is a cross-platform Tezos SDK for .NET developers, simplifying the access and interaction with the Tezos blockchain
Stars: ✭ 32 (+33.33%)
Mutual labels:  tezos
AirdropCentral
An AirdropCentral where anyone can submit tokens to be distributed among users
Stars: ✭ 62 (+158.33%)
Mutual labels:  smart-contracts
create-ether-dapp
A template for building Full-Stack Blockchain Dapps using Next.js (React), TypeScript, Tailwind CSS, Hardhat, Solidity, and many more!
Stars: ✭ 100 (+316.67%)
Mutual labels:  smart-contracts

TZComet: Tezos Contract Metadata

… currently running at https://tzcomet.io β€¦

Part of the development happens in a β€œmonorepo”: oxheadalpha/flextesa-tzcomet-monorepo.

Build

./please.sh ensure setup    # Creates an opam switch
./please.sh build all

⬑ if all goes well, last command should print out a link to open the app, like file://$PWD/_build/default/website/index.html.

Note

The module Tzcomet_jsonm was copied from:

This fork of Jsonm fixes the stack overflow error that can occur when parsing large objects in JSOO.

Deployment

This of course, requires push access to oxheadalpha/TZComet for it to impact tzcomet.io (but one can make it happen in their own fork and it will be at <org-or-user>.github.io/TZComet).

First time, create a local gh-pages branch:

git branch gh-pages -t origin/gh-pages

To deploy the current working directory to /staging:

./please.sh deploy togithub
# Current branch is now gh-pages
git push origin gh-pages
git checkout master # or back to where you were

(this calls does trigger the build).

To deploy origin/master to production:

prod=true ./please.sh deploy togithub
# And push like for /staging

See Also

  • Agora post introducing the specification.
  • The TZIP-16 specification.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].