Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Latest commit

 

History

History
44 lines (27 loc) · 1.27 KB

README.md

File metadata and controls

44 lines (27 loc) · 1.27 KB

astar-swanky-ink-template

GitHub License FOSSA Status

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.

Getting Started

  1. Clone this repository

  2. Install dependencies

pnpm install
  1. Compile contracts
pnpm compile psp34
  1. Run tests
pnpm node

pnpm test psp34
  1. Deploy contracts
pnpm node

pnpm run deploy psp34 --account=alice --gas=2000000000

License

This project is licensed under the MIT License - see the LICENSE file for details.

FOSSA Status