Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/matevz/simple-quiz

Simple yes/no quiz running on c10l blockchain
https://github.com/matevz/simple-quiz

Last synced: about 2 months ago
JSON representation

Simple yes/no quiz running on c10l blockchain

Awesome Lists containing this project

README

        

# Simple true/false quiz dApp contract deployable on c10l EVM chains

## Features

- Stores the questions/statements on-chain and, if they are true or false.
- When a user submits the answers, returns a vector of correct/wrong answers.

## Usage

To test it locally:

```shell
yarn
yarn test
```

To deploy it on the Oasis Sapphire Testnet, run:

```shell
export PRIVATE_KEY=
npx hardhat deploy --network sapphire-testnet
```