Brianspha / legitimacy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

legitimacy

This is a silly DApp that attempts to model an individuals education history through nestable NFTs. With each NFT being a child of the Person NFT which represents the individual. The metadata of each NFT is stored on Tableland DB Tableland is a permissionless relational database for web3 natives. Built for developers, NFT creators, and web3 visionaries see (https://tableland.xyz/) for more details. The NFT standard used is referenced here: https://evm.rmrk.app/

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

Contracts

To compile the contracts run yarn compile

Contracts- Tableland Fork

To fork an instance of the tableland contracts run yarn local

Contracts- Test

To run the unit tests run yarn test

Contracts- Deploy local

To do

Demo (V1)

Click me

About

License:MIT License


Languages

Language:JavaScript 40.9%Language:Solidity 37.0%Language:Vue 20.2%Language:HTML 1.9%