Skip to content

Commit 7ad69e1

Browse files
authored
Update README.md
1 parent ac6e796 commit 7ad69e1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ethlite-contracts/README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ contract.totalSupply # as of Jan/16, 2023
3030

3131
token_ids = [1,2,3]
3232
token_ids.each do |token_id|
33-
pp seeds = contract.seeds( token_id )
33+
seeds = contract.seeds( token_id )
3434
#=> [1, 20, 95, 88, 14]
3535
# for background, body, accessory, head, glasses
3636

@@ -39,7 +39,6 @@ token_ids.each do |token_id|
3939
str = str.sub( 'data:application/json;base64,', '' )
4040
## get metadata (base64-encoded)
4141
data = JSON.parse( Base64.decode64( str ) )
42-
pp data
4342
#=> {"name"=>"Noun 1",
4443
# "description"=>"Noun 1 is a member of the Nouns DAO",
4544
# "image"=> "data:image/svg+xml;base64..."

0 commit comments

Comments
 (0)