Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/koinos/koinos-contract-examples
A set of example contracts used in Koinos smart contract development tutorials.
https://github.com/koinos/koinos-contract-examples
koinos smart-contracts
Last synced: 3 months ago
JSON representation
A set of example contracts used in Koinos smart contract development tutorials.
- Host: GitHub
- URL: https://github.com/koinos/koinos-contract-examples
- Owner: koinos
- License: other
- Created: 2021-10-29T23:15:20.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-15T23:12:31.000Z (11 months ago)
- Last Synced: 2024-08-01T15:04:23.131Z (6 months ago)
- Topics: koinos, smart-contracts
- Language: C++
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Koinos Contract Examples
This repo contains several example Koinos smart contracts. They are referenced by [docs.koinos.io](https://docs.koinos.io) and are a great place to get started both using Koinos and writing your own smart contracts.
You can either build the contracts using the Koinos CDT Docker image, or via the provided cmake project. To build using the cmake project, copy `.cpp` files in to `src` and `.proto` files in to `types`. The rest of the instructions can be found [here](https://docs.koinos.io/quickstart/contract-developer-guide.html).