Skip to content
generated from veeso-dev/rust-template

The project aims to facilitate the sale of a property between two or more parties, referred to in this document as A (seller) and B (buyer/s), using NFTs that serve as promissory notes.

License

Notifications You must be signed in to change notification settings

EKOKE-DAO/ekoke

Repository files navigation

EKOKE

ekoke logo

CI state Ethereum Frontend Conventional Commits

Powered by Internet Computer



Introduction

This repository contains the codebase for the deferred_data and deferred_minter canisters and the Ethereum contracts for the EKOKE DAO.

Documentation

Read the on the DAO website: https://ekokedao.com/documentation.

Whitepaper

You can find the whitepaper on our website https://www.ekoketoken.com/whitepaper

Ethereum Contracts

Canisters

Get started

Dependencies

Before getting started with ekoke, you need to install these dependencies:

  • Rust >= 1.74

    curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
  • Dfx >= 0.24.1

    sh -ci "$(curl -fsSL https://internetcomputer.org/install.sh)"
    dfx extension install sns
  • cargo-make

    cargo install cargo-make
  • Wasm32 target

    rustup target add wasm32-unknown-unknown

Build canisters

In order to build canister you need to setup the dfx environment and then build the source code, luckily all these steps are automated with cargo-make.

cargo make dfx-setup
cargo make dfx-build

Changelog

Read CHANGELOG

License

You can read the entire license HERE

About

The project aims to facilitate the sale of a property between two or more parties, referred to in this document as A (seller) and B (buyer/s), using NFTs that serve as promissory notes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published