stove-labs / tzip-12

Reference implementation of the TZIP-12 Tezos token standard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TZIP-12 πŸ‘¨β€πŸ³

🚨 This repository has not yet been audited, and should be considered experimental 🚨

Introduction

This repository contains a set of specific implementations of the TZIP-12 standard. Together with a set of compatible external smart-contracts, tests and benchmarking scripts. Please cook responsibly πŸ‘¨β€πŸ³.

Quick start

⚠️ Please refer to the tezos-starter-kit project for a list of dependencies required to get started

$ git clone https://github.com/stove-labs/tzip-12 my-token
$ cd my-token && npm install
$ npm run env:start
$ npm run migrate 
$ # Navigate to http://localhost:8000 
$ # and search for the (multiple) migrated contract address(-es) [KT1..]

About

Reference implementation of the TZIP-12 Tezos token standard

License:Other


Languages

Language:JavaScript 88.9%Language:Shell 10.3%Language:Dockerfile 0.8%