|
1 | 1 | # CosmWasm Plus
|
2 | 2 |
|
3 |
| -[](https://circleci.com/gh/CosmWasm/cosmwasm-plus/tree/master) |
| 3 | +[](https://circleci.com/gh/CosmWasm/cw-plus/tree/master) |
4 | 4 |
|
5 | 5 | | Specification | Crates.io | Docs |
|
6 | 6 | | ---------------- | --------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------|
|
|
21 | 21 |
|
22 | 22 | | Contracts | Download | Docs |
|
23 | 23 | | ----------------------- | ---------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------|
|
24 |
| -| cw1-subkeys | [Release v0.8.1](https://github.com/CosmWasm/cosmwasm-plus/releases/download/v0.8.1/cw1_subkeys.wasm) | [](https://docs.rs/cw1-subkeys) | |
25 |
| -| cw1-whitelist | [Release v0.8.1](https://github.com/CosmWasm/cosmwasm-plus/releases/download/v0.8.1/cw1_whitelist.wasm) | [](https://docs.rs/cw1-whitelist) | |
26 |
| -| cw3-fixed-multisig | [Release v0.8.1](https://github.com/CosmWasm/cosmwasm-plus/releases/download/v0.8.1/cw3_fixed_multisig.wasm) | [](https://docs.rs/cw3-fixed-multisig) | |
27 |
| -| cw3-flex-multisig | [Release v0.8.1](https://github.com/CosmWasm/cosmwasm-plus/releases/download/v0.8.1/cw3_flex_multisig.wasm) | [](https://docs.rs/cw3-flex-multisig) | |
28 |
| -| cw4-group | [Release v0.8.1](https://github.com/CosmWasm/cosmwasm-plus/releases/download/v0.8.1/cw4_group.wasm) | [](https://docs.rs/cw4-group) | |
29 |
| -| cw4-stake | [Release v0.8.1](https://github.com/CosmWasm/cosmwasm-plus/releases/download/v0.8.1/cw4_stake.wasm) | [](https://docs.rs/cw4-stake) | |
30 |
| -| cw20-atomic-swap | [Release v0.8.1](https://github.com/CosmWasm/cosmwasm-plus/releases/download/v0.8.1/cw20_atomic_swap.wasm) | [](https://docs.rs/cw20-atomic-swap) | |
31 |
| -| cw20-base | [Release v0.8.1](https://github.com/CosmWasm/cosmwasm-plus/releases/download/v0.8.1/cw20_base.wasm) | [](https://docs.rs/cw20-base) | |
32 |
| -| cw20-bonding | [Release v0.8.1](https://github.com/CosmWasm/cosmwasm-plus/releases/download/v0.8.1/cw20_bonding.wasm) | [](https://docs.rs/cw20-bonding) | |
33 |
| -| cw20-escrow | [Release v0.8.1](https://github.com/CosmWasm/cosmwasm-plus/releases/download/v0.8.1/cw20_escrow.wasm) | [](https://docs.rs/cw20-escrow) | |
34 |
| -| cw20-ics20 | [Release v0.8.1](https://github.com/CosmWasm/cosmwasm-plus/releases/download/v0.8.1/cw20_ics20.wasm) | [](https://docs.rs/cw20-ics20) | |
35 |
| -| cw20-staking | [Release v0.8.1](https://github.com/CosmWasm/cosmwasm-plus/releases/download/v0.8.1/cw20_staking.wasm) | [](https://docs.rs/cw20-staking) | |
36 |
| -| cw20-merkle-airdrop | [Release v0.8.1](https://github.com/CosmWasm/cosmwasm-plus/releases/download/v0.8.1/cw20_merkle_airdrop.wasm) | [](https://docs.rs/cw20-merkle-airdrop) | |
37 |
| -| cw721-base | [Release v0.8.1](https://github.com/CosmWasm/cosmwasm-plus/releases/download/v0.8.1/cw721_base.wasm) | [](https://docs.rs/cw721-base) | |
38 |
| -| cw1155-base | [Release v0.8.1](https://github.com/CosmWasm/cosmwasm-plus/releases/download/v0.8.1/cw1155_base.wasm) | [](https://docs.rs/cw1155-base) | |
| 24 | +| cw1-subkeys | [Release v0.8.1](https://github.com/CosmWasm/cw-plus/releases/download/v0.8.1/cw1_subkeys.wasm) | [](https://docs.rs/cw1-subkeys) | |
| 25 | +| cw1-whitelist | [Release v0.8.1](https://github.com/CosmWasm/cw-plus/releases/download/v0.8.1/cw1_whitelist.wasm) | [](https://docs.rs/cw1-whitelist) | |
| 26 | +| cw3-fixed-multisig | [Release v0.8.1](https://github.com/CosmWasm/cw-plus/releases/download/v0.8.1/cw3_fixed_multisig.wasm) | [](https://docs.rs/cw3-fixed-multisig) | |
| 27 | +| cw3-flex-multisig | [Release v0.8.1](https://github.com/CosmWasm/cw-plus/releases/download/v0.8.1/cw3_flex_multisig.wasm) | [](https://docs.rs/cw3-flex-multisig) | |
| 28 | +| cw4-group | [Release v0.8.1](https://github.com/CosmWasm/cw-plus/releases/download/v0.8.1/cw4_group.wasm) | [](https://docs.rs/cw4-group) | |
| 29 | +| cw4-stake | [Release v0.8.1](https://github.com/CosmWasm/cw-plus/releases/download/v0.8.1/cw4_stake.wasm) | [](https://docs.rs/cw4-stake) | |
| 30 | +| cw20-atomic-swap | [Release v0.8.1](https://github.com/CosmWasm/cw-plus/releases/download/v0.8.1/cw20_atomic_swap.wasm) | [](https://docs.rs/cw20-atomic-swap) | |
| 31 | +| cw20-base | [Release v0.8.1](https://github.com/CosmWasm/cw-plus/releases/download/v0.8.1/cw20_base.wasm) | [](https://docs.rs/cw20-base) | |
| 32 | +| cw20-bonding | [Release v0.8.1](https://github.com/CosmWasm/cw-plus/releases/download/v0.8.1/cw20_bonding.wasm) | [](https://docs.rs/cw20-bonding) | |
| 33 | +| cw20-escrow | [Release v0.8.1](https://github.com/CosmWasm/cw-plus/releases/download/v0.8.1/cw20_escrow.wasm) | [](https://docs.rs/cw20-escrow) | |
| 34 | +| cw20-ics20 | [Release v0.8.1](https://github.com/CosmWasm/cw-plus/releases/download/v0.8.1/cw20_ics20.wasm) | [](https://docs.rs/cw20-ics20) | |
| 35 | +| cw20-staking | [Release v0.8.1](https://github.com/CosmWasm/cw-plus/releases/download/v0.8.1/cw20_staking.wasm) | [](https://docs.rs/cw20-staking) | |
| 36 | +| cw20-merkle-airdrop | [Release v0.8.1](https://github.com/CosmWasm/cw-plus/releases/download/v0.8.1/cw20_merkle_airdrop.wasm) | [](https://docs.rs/cw20-merkle-airdrop) | |
| 37 | +| cw721-base | [Release v0.8.1](https://github.com/CosmWasm/cw-plus/releases/download/v0.8.1/cw721_base.wasm) | [](https://docs.rs/cw721-base) | |
| 38 | +| cw1155-base | [Release v0.8.1](https://github.com/CosmWasm/cw-plus/releases/download/v0.8.1/cw1155_base.wasm) | [](https://docs.rs/cw1155-base) | |
39 | 39 |
|
40 | 40 | This is a collection of specification and contracts designed for
|
41 | 41 | use on real networks. They are designed not just as examples, but to
|
@@ -76,8 +76,8 @@ can handle many different fungible tokens, as long as they all adhere to
|
76 | 76 | the cw20 specification.
|
77 | 77 |
|
78 | 78 | If you have ideas for new specifications or want to make enhancements to
|
79 |
| -existing spec, please [raise an issue](https://github.com/CosmWasm/cosmwasm-plus/issues) |
80 |
| -or [create a pull request](https://github.com/CosmWasm/cosmwasm-plus/pulls) on this repo. |
| 79 | +existing spec, please [raise an issue](https://github.com/CosmWasm/cw-plus/issues) |
| 80 | +or [create a pull request](https://github.com/CosmWasm/cw-plus/pulls) on this repo. |
81 | 81 |
|
82 | 82 | ## Contracts
|
83 | 83 |
|
|
0 commit comments