Skip to content

Instantly share code, notes, and snippets.

@Theylon
Last active May 13, 2020 13:37
Show Gist options
  • Save Theylon/dedda396fdc853d37a8c4c1a8de1f553 to your computer and use it in GitHub Desktop.
Save Theylon/dedda396fdc853d37a8c4c1a8de1f553 to your computer and use it in GitHub Desktop.
Temp
{
"name": "New member",
"addresses": {
"main": [
"0xb24f5c82462634421b005dc7352bcfad04bc8d3a"
]
},
"actions": [
{
"id": "New member proposal"
"label": "This is a new member proposal to the builder collective",
"description": "Introduce yourself to the members of the cooperative and if approved by the members, recieve reputation (Voting power). Please fill out your name, Discord id (to find it write \@yourname in the discord chat), your skills, and something that you are excited about. for the full guide on how to participate please go <a target=\"_blank\" href=\"https://builderco.org/onboarding\">here</a>",
"notes": "builderco.org/proposal",
"fields": [
{
"label": "Your Address",
"name": "_userAddress",
"placeholder": "Address (0x0000…)"
},
{
"label": "Reputation Amount",
"name": "_reputation",
},
],
"abi": {
“constant”: false,
“inputs”: [
{
“internalType”: “address”,
“name”: “_user”,
“type”: “address”
},
{
“internalType”: “uint256",
“name”: “_amount”,
“type”: “uint256"
}
],
“name”: “mint”,
“outputs”: [
{
“internalType”: “bool”,
“name”: “”,
“type”: “bool”
}
],
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment