Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stove-labs/tzip-12
Reference implementation of the TZIP-12 Tezos token standard
https://github.com/stove-labs/tzip-12
Last synced: about 2 months ago
JSON representation
Reference implementation of the TZIP-12 Tezos token standard
- Host: GitHub
- URL: https://github.com/stove-labs/tzip-12
- Owner: stove-labs
- License: other
- Created: 2020-02-09T14:03:06.000Z (almost 5 years ago)
- Default Branch: dev
- Last Pushed: 2023-01-24T01:20:36.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T20:06:12.805Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 328 KB
- Stars: 11
- Watchers: 3
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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](https://github.com/stove-labs/tezos-starter-kit#dependencies) project for a list of dependencies required to get started
```shell
$ 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..]
```