Skip to content

Commit

Permalink
Merge pull request #209 from kadena-io/EnoF-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
EnoF authored Oct 16, 2024
2 parents 3fa94c3 + d62e6fc commit 0c61b61
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,13 @@ This repo houses smart contracts and frontend code for Marmalade, Kadena's platf

[[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 git@github.com: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
```

0 comments on commit 0c61b61

Please sign in to comment.