Skip to content

Instantly share code, notes, and snippets.

{
"modules": [
"OpenRewardsFactory",
"FungibleRewardsPermitFactory",
"Admin",
"BrandsExtended",
"CustomersWithPermit",
"Secretory",
{
"module": "Bounty",
# building single dataframe
import pandas as pd
import os
from xml.etree import ElementTree as ET
from collections import Counter
# --- Load metadata field names ---
print("Loading metadata field names...")
speaker_fields_path = "dataset/spoken/metadata/metadata-fields-speaker.txt"
{
"cashflow_statement": {
"dates": {
"2023": "Dec 30, 2023",
"2022": "Dec 31, 2022",
"2021": "Dec 25, 2021"
},
"ConsolidatedStatementsOfCashFlows": [
{
"item": "Cash and cash equivalents, beginning of period",
{
"game_id": "4003",
"date": {
"year": "2018",
"month": "01",
"monthname": "January",
"day": "29",
"dayname": "Monday",
"season": "2017-2018"
},
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
"@727-ventures/typechain-compiler@^1.1.4":
version "1.1.4"
resolved "https://registry.yarnpkg.com/@727-ventures/typechain-compiler/-/typechain-compiler-1.1.4.tgz#84daedc52ca59c8b29438e4c38ea9c85c4ad587d"
integrity sha512-ZcuWvM27Qj4O4skdaGCSNGmUBbaCUOjd90gRxCBwW8no+kDYTy3PknfMoqjHZMfIbKHgShfdOcyIOe6D5H+gGg==
dependencies:
"@727-ventures/typechain-polkadot" "^1.1.1"

Milestone Delivery 📫

The delivery is according to the official milestone delivery guidelines.

Context (optional) The Me Protocol is a purpose-built exchange infrastructure for blockchain-based rewards. It provides the fundamental technology for the creation of a frictionless, limitless, and decentralised rewards ecosystem for all companies, large or small, to participate.

@AgentPoles
AgentPoles / Environment Variables
Last active June 2, 2023 15:16
PreScript for NINJA
baseDomain=dfns.ninja
customerApiDomain=api.dfns.ninja
customerAppId=
customerAppOrigin=
customerAccessToken=
customerAccessTokenPrivateKey=
useAuthV2=true
eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpc3MiOiJhdXRoLmRmbnMubmluamEiLCJhdWQiOiJkZm5zOmF1dGg6dXNlciIsInN1YiI6Im9yLTdiNTR1LWRzNTExLThmcXI3YjlpNjBtczRwNmYiLCJqdGkiOiJ1ai00MWNsbS1xYmUzNC05bmdhY2oyM2M1NGxxczJoIiwic2NvcGUiOiIiLCJwZXJtaXNzaW9ucyI6WyJBcGlLZXlzOkNyZWF0ZSIsIkFwaUtleXM6UmVhZCIsIkFwaUtleXM6UmV2b2tlIiwiQXNzZXRBY2NvdW50czpBcmNoaXZlIiwiQXNzZXRBY2NvdW50czpDcmVhdGUiLCJBc3NldEFjY291bnRzOlJlYWQiLCJBdXRoOkFjdGlvbjpTaWduIiwiQXV0aDpBcHBzOkNyZWF0ZSIsIkF1dGg6QXBwczpSZWFkIiwiQXV0aDpBcHBzOlVwZGF0ZSIsIkF1dGg6VHlwZXM6QXBwbGljYXRpb24iLCJBdXRoOlR5cGVzOkVtcGxveWVlIiwiQXV0aDpUeXBlczpFbmRVc2VyIiwiQXV0aDpUeXBlczpQYXQiLCJBdXRoOlR5cGVzOlNlcnZpY2VBY2NvdW50IiwiQXV0aDpVc2VyczpDcmVhdGUiLCJBdXRoOlVzZXJzOkRlbGVnYXRlIiwiQXV0aDpVc2VyczpSZWFkIiwiQXV0aDpVc2VyczpVcGRhdGUiLCJBdXRoOkNyZWRzOkNyZWF0ZSIsIkF1dGg6Q3JlZHM6UmVhZCIsIkF1dGg6Q3JlZHM6VXBkYXRlIiwiQmFsYW5jZXM6UmVhZCIsIkNhbGxiYWNrRXZlbnRzOlJlYWQiLCJDYWxsYmFja1N1YnNjcmlwdGlvbnM6QXJjaGl2ZSIsIkNhbGxiYWNrU3Vic2NyaXB0aW9uczpDcmVhdGUiLCJDYWxsYmFja1N1YnNjcmlwdGlvbnM6UmVhZCIsIkVtcGxveWVlczpSZWF
//@dev to remove all console.logs
//@dev to emit name not found
import {
CACHE_MANAGER,
CacheTTL,
Inject,
Injectable,
Logger,
} from '@nestjs/common';
import * as fs from 'fs';
[package]
name = "meprotocol"
version = "0.1.0"
authors = ["paul_oamen <paul@myai.life>"]
edition = "2021"
[dependencies]
ink = { version = "4.1.0", default-features = false }
scale = { package = "parity-scale-codec", version = "3", default-features = false, features = ["derive"] }