-
ERC721
- Deploy:https://alephzero-testnet.subscan.io/extrinsic/0xa3d4fd3b79bdad5e77b9bd1a37ebab7fda84954a60c46228694d2471a20e54f0
- Set Fee Mint: https://alephzero-testnet.subscan.io/extrinsic/0x417733661e2de9e7c1f9a9d7a7a5585b562e89de9c87fdddc8a24be5e0e58c01
- Mint: https://alephzero-testnet.subscan.io/extrinsic/0xd4e6a2400c3f03135b3821a32d772df9a8ac1c14b39d4f60045e3830f0207a60
This is a collection of workshops for the sub0
The goal:
"I think you could really come up with fun things people can hack on" - Sacha
As you may observe there are multiple challenges you can hack on; starting from simple to more advanced
Never played with Polkadot before? Good opportunity to try read/write:
- Multicall
- Standards
- Proxies
- Pallets and Contracts
- ERC-721ink!
Each activity contains a challenge file with a set of task that needs to be done (implemented).
- Install dependencies
Note
Node v20+ and pnpm v9.6+ are recommended for this project. But Bun
works too <3
pnpm i
Important
Probably you would need to use npx papi
to setup the Polkadot API
To run the challenge:
pnpm name_of_the_challenge
Warning
Make sure you have created a .env
file with your private key
if you do not have one run
pnpm generate