Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 770 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 770 Bytes

cadence-design-pattern-examples [WIP]

A simple demonstration of common Cadence design patterns

Deployment

Install flow-cli using these instructions

Clone the repo: git clone https://github.com/0xAlchemist/cadence-design-pattern-examples

Change into the cloned directory cd cadence-design-pattern-examples

Open this directory in a terminal window and run flow emulator -v

Open this directory in a separate terminal window and run make

The code will be deployed to the default emulator account and the transactions will be processed using the Go tooling script in the /demo folder.

Want to add something?

Create a pull request! Let's make this a go-to resource for the Flow dev community :)