Smart-Contracts for The Sandbox
The Sandbox is a user-generated content (UGC) gaming platform that will empower creators through digital ownership and monetization of 3D voxel creations made and shared by users around the world.
Learn more:
- Website: www.sandbox.game
- Discord: https://discordapp.com/invite/vAe4zvY
- Telegram: https://t.me/sandboxgame
- Medium: https://medium.com/sandbox-game
We’re adopting the best standards to reach to players who are not familiar with Blockchain and Web3 technologies, simplifying the UX and on-boarding
- Dual token structure smart-contract: ERC-721 / ERC-1155
- Escrowless Auctions
- Meta-Transactions
- EIP-712 DRAFT for Human-Readable signature messages
- EIP-1776 DRAFT submitted by Pixowl to Ethereum for Native Meta-Transactions
More detailed information can be found on our Medium article: https://medium.com/sandbox-game/blockchain-features-in-the-sandbox-7db91fcc615c
If you want to check out our contracts and run the test follow these instructions :
SETUP :
yarn
RUN TESTS :
yarn test
You can explore here the documentation of our tokens and blockchain featurs:
-
our ERC-20 token : SAND
-
Meta-Transaction implementation (EIP-1776) : Meta-Transactions
-
our ERC-1155/ERC-721 token : ASSET
-
our Marketplaces features: Escrowless Auctions
-
our User-Generated Content Moderation Policies using Prediction Market