https://github.com/kadena-io/marmalade
Decentralized Infrastructure for Poly-Fungibles and NFTs
https://github.com/kadena-io/marmalade
Last synced: 5 days ago
JSON representation
Decentralized Infrastructure for Poly-Fungibles and NFTs
- Host: GitHub
- URL: https://github.com/kadena-io/marmalade
- Owner: kadena-io
- Created: 2021-09-21T19:30:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-10T08:26:32.000Z (about 2 months ago)
- Last Synced: 2025-03-10T09:37:43.903Z (about 2 months ago)
- Language: Pact
- Homepage:
- Size: 3.46 MB
- Stars: 25
- Watchers: 22
- Forks: 16
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Kadena Marmalade V2: Mint a Marketplace
## Decentralized Infrastructure for Poly-Fungibles and NFTs
This repo houses smart contracts and frontend code for Marmalade, Kadena's platform for poly-fungibles and NFTs.
[[MARMALADE DOCS]](https://docs.kadena.io/marmalade)
[[MARMALADE Contract Reference]](https://docs.kadena.io/reference/nft-ref)## Setup Marmalade and Spirekey
Run the following commands to deploy marmalade and spirekey on devnet:```bash
git clone [email protected]:kadena-io/marmalade.git
docker volume create l1
docker run --rm -it -p 8080:8080 -e MINING_BATCH_PERIOD=0.5 -e MINING_CONFIRMATION_PERIOD=0.5 -v l1:/data kadena/devnet:latest
pnpm i
```