Skip to content

exactly/exa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

exa monorepo

@exactly/mobile

development

requirements

  • node.js v24
  • pnpm v10
  • foundry v1.3.6 (foundryup -i v1.3.6)
  • rust
  • slither (pip install -r contracts/requirements.txt)
  • maestro (brew tap mobile-dev-inc/tap && brew install mobile-dev-inc/tap/maestro)
  • substreams (brew tap streamingfast/homebrew-tap && brew install streamingfast/tap/firehose-ethereum streamingfast/tap/substreams streamingfast/tap/substreams-sink-sql)
  • react-native's dependencies per platform

install

pnpm install

run

pnpm android # for native android app
pnpm ios # for native ios app

end-to-end tests

# native
pnpm nx e2e:ios mobile # or e2e:android
maestro test .maestro/flows/local.yaml


# web
pnpm nx e2e:web mobile
maestro test .maestro/flows/web.yaml

@exactly/server

exa server

@exactly/plugin

exa plugin and other contracts