-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(cosmwasm): populate contract related readme files
- Loading branch information
Pavel Afanasyev
committed
Apr 17, 2024
1 parent
b61a0dc
commit 04b4e5b
Showing
3 changed files
with
96 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,8 @@ | ||
# Sample | ||
|
||
This is a sample contract which uses bindings for the core Warden Protocol blockchain functionality. | ||
|
||
You can deploy it by itself, or you can use it as a starting point for your own contract. | ||
|
||
Not that this is a preview, so only limited functionality available right now. | ||
The sample contract exposes `NewKeyRequest` transaction and `AllKeys` query, but more on the way! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,9 @@ | ||
# Bindings | ||
|
||
This crate provides bindings for the Warden Protocol blockchain core functionality. | ||
You can use it in your own contracts to interact with a Warden Protocol. | ||
|
||
Not that this is a preview, so only limited functionality available right now. | ||
You can execute `NewKeyRequest` and query `AllKeys`, but more on the way! | ||
|
||
To start using Warden Protocol from the CosmWasm contracts, please refer to sample contract. |