Skip to content

Instantly share code, notes, and snippets.

@merlox
Created February 20, 2019 18:57
Show Gist options
  • Save merlox/4744008a42f2ebc4ab1299f6740c6447 to your computer and use it in GitHub Desktop.
Save merlox/4744008a42f2ebc4ab1299f6740c6447 to your computer and use it in GitHub Desktop.
import React from 'react'
import ReactDOM from 'react-dom'
import './index.css'
import { MetamaskProvider } from '@0xcert/ethereum-metamask-provider'
import { schema88 } from '@0xcert/conventions'
import { Cert } from '@0xcert/cert'
import { AssetLedger, AssetLedgerCapability } from '@0xcert/ethereum-asset-ledger'
// Assets Ledgers are groups of tokens that are managed by certain users just like mods in a chat to do what's required
// The Capabilities determine what those mods can do with the assets they are managing
// The Ethereum address that deploys this ledger has full powers to do whatever he wants as the administrator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment