Skip to content

Commit

Permalink
circle mystery solved?
Browse files Browse the repository at this point in the history
  • Loading branch information
kantai committed Jul 21, 2020
1 parent 0341e71 commit 6365179
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ jobs:
- checkout
- run:
command: |
cargo build && cargo install --path .
cargo build
- run:
command: |
blockstack-core local initialize db &&
blockstack-core local check sample-contracts/tokens.clar db &&
blockstack-core local launch S1G2081040G2081040G2081040G208105NK8PE5.tokens sample-contracts/tokens.clar db &&
blockstack-core local check sample-contracts/names.clar db &&
blockstack-core local launch S1G2081040G2081040G2081040G208105NK8PE5.names sample-contracts/names.clar db &&
blockstack-core local execute db S1G2081040G2081040G2081040G208105NK8PE5.tokens mint! SZ2J6ZY48GV1EZ5V2V5RB9MP66SW86PYKKQ9H6DPR u100000
./target/debug/blockstack-core local initialize db &&
./target/debug/blockstack-core local check sample-contracts/tokens.clar db &&
./target/debug/blockstack-core local launch S1G2081040G2081040G2081040G208105NK8PE5.tokens sample-contracts/tokens.clar db &&
./target/debug/blockstack-core local check sample-contracts/names.clar db &&
./target/debug/blockstack-core local launch S1G2081040G2081040G2081040G208105NK8PE5.names sample-contracts/names.clar db &&
./target/debug/blockstack-core local execute db S1G2081040G2081040G2081040G208105NK8PE5.tokens mint! SZ2J6ZY48GV1EZ5V2V5RB9MP66SW86PYKKQ9H6DPR u100000
- run:
command: |
echo "(get-balance 'SZ2J6ZY48GV1EZ5V2V5RB9MP66SW86PYKKQ9H6DPR)" | blockstack-core local eval S1G2081040G2081040G2081040G208105NK8PE5.tokens db
Expand Down

0 comments on commit 6365179

Please sign in to comment.