Skip to content

Commit

Permalink
add factory contract
Browse files Browse the repository at this point in the history
  • Loading branch information
blue-note committed Jun 25, 2022
1 parent a6da405 commit 6dcc486
Show file tree
Hide file tree
Showing 17 changed files with 1,411 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions contracts/cw-admin-factory/.cargo/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[alias]
wasm = "build --release --target wasm32-unknown-unknown"
unit-test = "test --lib"
schema = "run --example schema"
16 changes: 16 additions & 0 deletions contracts/cw-admin-factory/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Build results
/target

# Cargo+Git helper file (https://github.com/rust-lang/cargo/blob/0.44.1/src/cargo/sources/git/utils.rs#L320-L327)
.cargo-ok

# Text file backups
**/*.rs.bk

# macOS
.DS_Store

# IDEs
*.iml
.editorconfig
.idea

0 comments on commit 6dcc486

Please sign in to comment.