Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 407 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 407 Bytes

Idle Battle

Getting started

Install packages

yarn

Test

Single run testing:

anchor test

With watcher:

fswatch -o $PWD/programs/idle-battle \
    | xargs -n1 -I{} anchor test

Use anchor test --skip-local-validator if you already have a local validator running.

Build

anchor build --idl-ts $PWD/app-ts/src/idl

Deploy

anchor deploy