# ethmoji-contracts **Repository Path**: ProjectOpenSea/ethmoji-contracts ## Basic Information - **Project Name**: ethmoji-contracts - **Description**: Ethmoji smart contracts - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-07-25 - **Last Updated**: 2025-08-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Ethmoji :heart_eyes: Smart contracts for Ethmoji — composable art on the blockchain. ### Getting started Install packages ``` truffle ``` Make sure you have truffle version v4.1.5 (core: 4.1.5) or higher with Solidity v0.4.21 (solc-js) or higher ``` yarn ``` Start a local blockchain like [Ganache](https://github.com/trufflesuite/ganache). You can use [Ganache CLI](https://github.com/trufflesuite/ganache-cli) or the [desktop client](http://truffleframework.com/ganache/). ``` ganache-cli ``` Compile and migrate your local smart contracts. ``` truffle migrate --reset ```