This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Eddy is part of the org. | |
How to start the org -> | |
git checkout v2-develop | |
nvm use 23 | |
bun i | |
setup your .env -> you'll see in the example Eddy operates on discord/telegram | |
make sure you set this in .env as well: DEVREL_IMPORT_KNOWLEDGE=true | |
you can also tweek the code so it loads the .ts files -> here https://github.com/elizaOS/eliza/blob/v2-develop/packages/the-org/src/devRel/index.ts#L94 | |
once you setup the .env |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const express = require("express"); | |
const { createProxyMiddleware } = require("http-proxy-middleware"); | |
const { | |
keccak256, | |
encodeAbiParameters, | |
parseAbiParameters, | |
getAddress, | |
createPublicClient, | |
http, | |
verifyMessage, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pragma solidity ^0.4.4; | |
contract Etherdate { | |
uint constant startingPrice = 20 finney; | |
string constant startingMessage = "Nothing to see here..."; | |
uint constant dummyCoinID = 0; | |
// There are 366 coins (1-indexed so that 0 can be used as a non-assignment flag): | |
// day | id |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0x5507210803029FdDBdFC40CB6CE849272a52CcaE |