This repository is the compilation of the Pixelland Ecosystem found at https://pixelland.app. It features solidity smart contracts, solana programs, as well as customized ink! smart contracts for the game, Pixelland.
All solidity code is testable with hardhat with npx hardhat test directory. All substrate code is testable with ink! and cargo with cargo test.
The website itself is runnable with yarn && yarn start or npm i && npm start. Pixelland.app is a React app built with React and the React Router.