Skip to content

Create assessment view

Antoine Estienne requested to merge createAssessmentView into master

Related Issue

resolves #158 (closed)

Motivation and Context

This is the first component in the MVP, as spec'd in #155 (closed)

Description of Change

Add a component that allows a user to load a concept and create an assessment for it.

For now, the parameters are fixed:

const cost = 10;
const size = 5;
const endTime = 1000000000000;
const startTime = 1000000000;
const assesseeAddress=userAddress

What's Next?

Now let's build the filter view #159 (closed)

Notify Others

@djudjuu


Merge request reports