Skip to content

pineappleworkshop/na-cadence

Repository files navigation

Block Records Smart Contracts and Tests

All of the cadence contracts and tests for the BlockRecords platform.

Setup Development Environment

# install flow cli
$ brew install flow-cli

# install dependencies
$ make init

# create .env file
$ cp .env.default .env

Start Flow Emulator

# start the emulator
$ make flow-emulator

Deploy All Contracts

# deploy all contracts to emulator
$ make flow-deploy-contracts

Run Tests

in order to run the tests, make sure to:

  1. setup development environment
  2. start flow emulator
  3. deploy all contracts
# run tests
$ make tests

Run Service

# start service
$ make run

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published