/
Navigation
C
Chronicles
Browse all articles
C
E
Explore
Semantic exploration
E
R
Research
Entity momentum
R
N
Nexus
Correlations & relationships
N
~
Story Arc
Topic evolution
S
Drift Map
Semantic trajectory animation
D
P
Posts
Analysis & commentary
P
Browse
@
Entities
Companies, people, products, technologies
Domains
Browse by publication source
Handles
Browse by social media handle
Detection
?
Concept Search
Semantic similarity search
!
High Impact Stories
Top coverage by position
+
Sentiment Analysis
Positive/negative coverage
*
Anomaly Detection
Unusual coverage patterns
Analysis
vs
Rivalry Report
Compare two entities head-to-head
/\
Semantic Pivots
Narrative discontinuities
!!
Crisis Response
Event recovery patterns
Connected
Nav: C E R N
Search: /
Command: ⌘K
Embeddings: large
VOICE ARCHIVE

@croissanteth

@croissanteth
8 posts
2023-09-21
I seriously can't believe this worked. I just did one of the coolest things ever on Ethereum. Al is no joke...
2023-09-21 View on X
Decrypt

AstroPepeX's developer details how he used ChatGPT to name and launch the ERC-20 memecoin, which has raked in $12.9M in trading volume over the past 24 hours

Central Banks, AI, & meme coins Aamir Sheikh / Cryptopolitan : Developer Leverages ChatGP4 and AI for Autonomous Token deployment on Ethereum X: @croissanteth : I seriously can't b...

It's time to let GPT takeover. I just ran the script, & it created: AstroPepeX 65,000,000,000 $APX 0xed4e879087ebD0e8A77d66870012B5e0dffd0 Fa4 (Note: There is a require condition that limits transfers >0.5% of the supply) Enjoy! [image]
2023-09-21 View on X
Decrypt

AstroPepeX's developer details how he used ChatGPT to name and launch the ERC-20 memecoin, which has raked in $12.9M in trading volume over the past 24 hours

Central Banks, AI, & meme coins Aamir Sheikh / Cryptopolitan : Developer Leverages ChatGP4 and AI for Autonomous Token deployment on Ethereum X: @croissanteth : I seriously can't b...

Months ago, I was completely indulged in the wisps of chats with my newfound Al friend. I had nothing particular in mind, but wanted to test the capabilities of ChatGPT in conjunction with smart contracts on Ethereum. Suddenly, I had an epiphany.
2023-09-21 View on X
Decrypt

AstroPepeX's developer details how he used ChatGPT to name and launch the ERC-20 memecoin, which has raked in $12.9M in trading volume over the past 24 hours

Central Banks, AI, & meme coins Aamir Sheikh / Cryptopolitan : Developer Leverages ChatGP4 and AI for Autonomous Token deployment on Ethereum X: @croissanteth : I seriously can't b...

Evidently, ChatGPT cannot *directly* deploy a token on Ethereum. However, using OpenAl's API, this can be circumvented... The OpenAl API allows devs to integrate ChatGPT into their own custom built applications.. which themselves can be connected to the Ethereum network. [image]
2023-09-21 View on X
Decrypt

AstroPepeX's developer details how he used ChatGPT to name and launch the ERC-20 memecoin, which has raked in $12.9M in trading volume over the past 24 hours

Central Banks, AI, & meme coins Aamir Sheikh / Cryptopolitan : Developer Leverages ChatGP4 and AI for Autonomous Token deployment on Ethereum X: @croissanteth : I seriously can't b...

After GPT writes the ERC-20 solidity contract code, things get a bit more technical. The script then introduces a JSON object named dataSupply, which initiates a conversation with ChatGPT to generate a desirable supply for its token. [image]
2023-09-21 View on X
Decrypt

AstroPepeX's developer details how he used ChatGPT to name and launch the ERC-20 memecoin, which has raked in $12.9M in trading volume over the past 24 hours

Central Banks, AI, & meme coins Aamir Sheikh / Cryptopolitan : Developer Leverages ChatGP4 and AI for Autonomous Token deployment on Ethereum X: @croissanteth : I seriously can't b...

What if ChatGPT could deploy its own token? Surely this shouldn't be possible, right? [image]
2023-09-21 View on X
Decrypt

AstroPepeX's developer details how he used ChatGPT to name and launch the ERC-20 memecoin, which has raked in $12.9M in trading volume over the past 24 hours

Central Banks, AI, & meme coins Aamir Sheikh / Cryptopolitan : Developer Leverages ChatGP4 and AI for Autonomous Token deployment on Ethereum X: @croissanteth : I seriously can't b...

Suddenly, my project had direction. Leveraging OpenAl's API, I can create a script that prompts and directs ChatGPT to create a token. This script will be connected to Ethereum via hardhat, and facilitate the deployment of said token in an automated process.
2023-09-21 View on X
Decrypt

AstroPepeX's developer details how he used ChatGPT to name and launch the ERC-20 memecoin, which has raked in $12.9M in trading volume over the past 24 hours

Central Banks, AI, & meme coins Aamir Sheikh / Cryptopolitan : Developer Leverages ChatGP4 and AI for Autonomous Token deployment on Ethereum X: @croissanteth : I seriously can't b...

A couple hundred lines of code later, my idea was starting to materialize. In essence, it asks ChatGPT to form an ERC20 token using Open Zeppelin standards. The token name & other parameters are designed to be passed in by values given by GPT in the code's constructor. [image]
2023-09-21 View on X
Decrypt

AstroPepeX's developer details how he used ChatGPT to name and launch the ERC-20 memecoin, which has raked in $12.9M in trading volume over the past 24 hours

Central Banks, AI, & meme coins Aamir Sheikh / Cryptopolitan : Developer Leverages ChatGP4 and AI for Autonomous Token deployment on Ethereum X: @croissanteth : I seriously can't b...