1
1
![ OpenMinter header] ( /docs/assets/minterhead.png )
2
2
3
- [ ![ ] ( https://img.shields.io/badge/license-MIT-brightgreen )] ( LICENSE ) [ ![ ] ( https://img.shields.io/badge/Docker-19.03.x-blue )] ( https://www.docker.com/ ) [ ![ ] ( https://img.shields.io/badge/version-v0.1-orange )] ( https://github.com/tqtezos/minter )
3
+ [ ![ ] ( https://img.shields.io/badge/license-MIT-brightgreen )] ( LICENSE ) [ ![ ] ( https://img.shields.io/badge/Docker-20.10.x-blue )] ( https://www.docker.com/ ) [ ![ ] ( https://img.shields.io/badge/version-v0.1.2-orange )] ( https://github.com/tqtezos/minter )
4
+
5
+ ## Notice
6
+
7
+ This software is in beta. At the moment, the smart contracts
8
+ that OpenMinter uses have ** not** been formally audited. Please
9
+ use this software at your own risk.
4
10
5
11
## OpenMinter
6
12
@@ -10,24 +16,30 @@ create an NFT by filling in just a few fields, create new collection
10
16
contracts, see their NFTs across contracts, and enable marketplace
11
17
capabilities to trade them.
12
18
13
- Current version supports the following:
14
- #### 🌐 Mainnet and Delphinet (Edonet soon)
15
- #### 🎨 Image-based NFTs
16
- #### 👛 [ Beacon] ( https://www.walletbeacon.io/ ) support
17
- #### ⚙️ The latest [ FA2] ( https://gitlab.com/tzip/tzip/-/blob/master/proposals/tzip-12/tzip-12.md ) spec
18
- #### 🚀 [ IPFS] ( https://ipfs.io/ ) support (locally and [ Pinata] ( https://pinata.cloud/ ) )
19
+ OpenMinter supports the following networks and software components:
20
+ #### 🌐 Mainnet and Delphinet networks (Edonet soon)
21
+ #### 📦 Sandboxed development via [ Flextesa] [ flextesa ]
22
+ #### 🎨 Creating multimedia NFTs
23
+ #### 👛 Various wallets via [ Beacon] ( https://www.walletbeacon.io/ )
24
+ #### 📖 Reading blockchain data via [ Better Call Dev] [ bcdhub ]
25
+ #### ⚙️ The latest [ FA2] ( https://gitlab.com/tzip/tzip/-/blob/master/proposals/tzip-12/tzip-12.md ) specification
26
+ #### 🚀 [ IPFS] ( https://ipfs.io/ ) via a local node or [ Pinata] ( https://pinata.cloud/ )
19
27
20
28
## Dependencies
21
29
22
- - Tezos sandbox: [ Flextesa] [ flextesa ]
23
- - Blockhain indexer: [ Better Call Dev Backend] [ bcdhub ]
24
- - Database: [ PostgreSQL] [ postgres ]
25
- - InterPlanetary File System: [ IPFS] [ ipfs ]
30
+ The following dependencies are required to run OpenMinter.
31
+
32
+ | Dependency | Version|
33
+ | -| -|
34
+ | [ Docker] [ docker ] | ` v20.10.* ` or above |
35
+ | [ Yarn] [ yarn ] | ` v1.22.* ` or above |
26
36
27
37
[ bcdhub ] : https://github.com/baking-bad/bcdhub
28
38
[ flextesa ] : https://gitlab.com/tezos/flextesa
29
39
[ postgres ] : https://www.postgresql.org/
30
40
[ ipfs ] : https://ipfs.io/
41
+ [ docker ] : https://www.docker.com/get-started
42
+ [ yarn ] : https://classic.yarnpkg.com/en/docs/install
31
43
32
44
## Usage
33
45
0 commit comments