contracts icon indicating copy to clipboard operation
contracts copied to clipboard

📜 Smart contracts for the Axone protocol (powered by CosmWasm)

Results 19 contracts issues
Sort by recently updated
recently updated
newest added

### 📋 Steps - [x] Rename contracts names - [x] Rename packages names - [x] Update docs with goods name - [x] Update CI - [x] Change assets link uploaded...

## Issue As of now, crates are not published to [crates.io](https://crates.io/) or any registry, making it difficult for users and developers to access the technical information of the latest versions...

## Purpose Implement the `ExecuteMsg::SubmitClaims` message according to the current specification of the `okp4-dataverse` smart contract. - [ ] Consider the business rules and invariants required for data integrity, security...

## Purpose We propose to create a foundational Prolog file that serves as a basis for expressing governance rules for data spaces. This file will provide a standardized vocabulary for...

## Purpose Implement the `ExecuteMsg::RevokeClaims` message according to the current specification of the `okp4-dataverse` smart contract. - [ ] Consider the business rules and invariants required for data integrity, security...

## 📄 Purpose _**NOTE:** I first started by creating a branch with it's associated PR with a smart contract intended for the distribution of the tax according to the planned...

## Purpose The documentation we produce (thanks to [fadroma/schema](https://github.com/hackbg/fadroma/tree/master/schema) - #311) relies on a specific format of comments. For instance, if types aren't correctly described in the comments of the...

When using the docs-generate task in the makefile we expect the dependency task schema to be executed but it is not. This makes for bad DX and should be fixed...

## Purpose When using the `PlanBuilder` to establish a query plan from a query based on triple patterns, the triple patterns are considered as a Basic Graph Pattern. The current...

## Background Recently, we've faced a scenario where just changing the version of a component (Rust, in this case) had the potential to disrupt our smart contract execution - cf....

github_actions