Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kamu-data/kamu-contracts
Smart contracts monorepo
https://github.com/kamu-data/kamu-contracts
Last synced: 30 days ago
JSON representation
Smart contracts monorepo
- Host: GitHub
- URL: https://github.com/kamu-data/kamu-contracts
- Owner: kamu-data
- License: apache-2.0
- Created: 2024-04-20T23:02:45.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-09-10T23:37:59.000Z (2 months ago)
- Last Synced: 2024-10-01T09:03:51.559Z (about 1 month ago)
- Language: Solidity
- Size: 353 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[![Release](https://img.shields.io/npm/v/@opendatafabric/contracts?include_prereleases&logo=npm&logoColor=orange&style=for-the-badge)](https://www.npmjs.com/package/@opendatafabric/contracts)
[![CI](https://img.shields.io/github/actions/workflow/status/kamu-data/kamu-contracts/build.yml?logo=githubactions&label=CI&logoColor=white&style=for-the-badge&branch=master)](https://github.com/kamu-data/kamu-contracts/actions)
[![Chat](https://shields.io/discord/898726370199359498?style=for-the-badge&logo=discord&label=Discord)](https://discord.gg/nU6TXRQNXC)## About
This repository contains smart contracts for interacting with the
[Open Data Fabric Network](https://docs.kamu.dev/odf/), such as Oracle API for querying off-chain
data from repositories like [Kamu Node](https://docs.kamu.dev/node/).If you are new to Open Data Fabric and Kamu - please [start here](https://docs.kamu.dev/welcome/).
## Getting Started
### Preparation
For building contracts, we use [Foundry](https://github.com/foundry-rs/foundry). To install, please
use [the official documentation](https://book.getfoundry.sh/getting-started/installation).https://book.getfoundry.sh/getting-started/installation
---
After that, we can start building the contacts:
```shell
npm run build
```## Community
If you like what we're doing - support us by starring the repo, this helps us a lot!
Subscribe to our [YouTube channel](https://www.youtube.com/channel/UCWciDIWI_HsJ6Md_DdyJPIQ) to get
fresh tech talks and deep dives.Stop by and say "hi" in our [Discord Server](https://discord.gg/nU6TXRQNXC) - we're always happy to
chat about data.If you'd like to contribute [start here](https://docs.kamu.dev/contrib/).
---
[Website] | [Docs] | [Tutorials] | [Examples] | [FAQ] | [Chat] | [Contributing] | [Developer Guide] | [License][Tutorials]: https://docs.kamu.dev/cli/learn/learning-materials/
[Examples]: https://docs.kamu.dev/cli/learn/examples/
[Docs]: https://docs.kamu.dev/cli/
[Documentation]: https://docs.kamu.dev/cli/
[Demo]: https://docs.kamu.dev/cli/get-started/self-serve-demo/
[FAQ]: https://docs.kamu.dev/cli/get-started/faq/
[Chat]: https://discord.gg/nU6TXRQNXC
[Contributing]: https://docs.kamu.dev/contrib/
[Developer Guide]: ./DEVELOPER.md
[License]: https://docs.kamu.dev/contrib/license/
[Website]: https://kamu.dev