This is a template for building smart contracts on Astar Network using the Swanky Suite and Ink! eDSL. It uses OpenBrush libraries for reusable smart contract components.
-
Clone this repository
-
Install dependencies
pnpm install
- Compile contracts
pnpm compile psp34
- Run tests
pnpm node
pnpm test psp34
- Deploy contracts
pnpm node
pnpm run deploy psp34 --account=alice --gas=2000000000
This project is licensed under the MIT License - see the LICENSE file for details.