Skip to content

Commit

Permalink
added contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
puneet2019 committed Jun 23, 2020
2 parents ee3c599 + 7307f61 commit 52c80ba
Show file tree
Hide file tree
Showing 16 changed files with 2,332 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@ node/__debug_bin
client/__debug_bin
vendor
.vscode
.idea
.idea
contracts/hackatom/target/
contracts/hackatom/.idea
contracts/hackatom/.vscode
6 changes: 6 additions & 0 deletions contracts/hackatom/.cargo/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[alias]
wasm = "build --release --target wasm32-unknown-unknown"
wasm-debug = "build --target wasm32-unknown-unknown"
unit-test = "test --lib --features backtraces"
integration-test = "test --test integration"
schema = "run --example schema"
Loading

0 comments on commit 52c80ba

Please sign in to comment.