Skip to content

Commit

Permalink
Update introduction.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dudo50 committed Nov 1, 2024
1 parent 58cb122 commit 5c4c02b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions implementation-guide/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,14 @@ No worries!

**Try it out before you implement it!**

### Dockerized local testnet build:
**Make sure your docker deamon is running**
Copy the [Dockerfile](https://github.com/paraspell-research/xcnft-pallet/blob/main/Dockerfile) from this repository and input following commands:
- `docker build --platform linux/x86_64 -t polkadot-sdk-image:latest .` to build Docker image
- `docker run --platform linux/x86_64 -p 9910-9913:9910-9913 -p 9920-9921:9920-9921 --rm -it polkadot-sdk-image:latest` to start Zombienet.

Once Zombienet is started, continue from step 8 in the next section.

### Follow these steps to create local testnet that implements xcNFT:

1. Fork or clone [following repository](https://github.com/paraspell-research/polkadot-sdk)
Expand Down

0 comments on commit 5c4c02b

Please sign in to comment.