A protocol to launch and manage your community spaces using ink! smart contracts.
InSpace Ink Contracts • InSpace Application
- ✅ Works on both desktop and mobile browsers natively with the support of Coong Wallet
- ✅ Flexible membership models with different registration types for spaces
- ✅ Extends functionalities for spaces with plugins
- ✅ Versioning management for spaces & plugins via motherspace
- ⏳ Private spaces (coming soon with Phala Contracts support)
Motherspace
Space
Plugin Launcher
Plugin
⏳ in progress
⏳ in progress
Available plugins, more to come soon:
Posts
: Keep space members updated with posts and announcements.Polls
: Create and vote on polls within your space, where only active members have a voice.Flipper
: Flip a boolean value, only active member can flip.
Supported Testnet | Live | Motherspace Contract Address |
---|---|---|
Aleph Zero Testnet | ✅ | 5E1ogStNoR23ZvCiHAFsQ6zpa5UQA2hzt6Fddfu56V4EdCky |
Shibuya (Astar) | ✅ | ZfWhiZcuWF2YWFnLpY9hgbf3sXd1Zd3Hkc5W4q9djGAUNkS |
Rococo Contracts | ✅ | 5GCdvb4e37EyfQxb1jPEmW8kzL3iZeS5tj1SqHW4usbqFfSC |
Phala PoC 5 | ⏳ | -- |
- Clone the repo
- Do not change the
.env
file, create a.env.local
file on your local to add your custom variables. - Install dependencies
yarn install
- Run
yarn start
⏳ in progress
⏳ in progress
Apache 2.0
- The work is based from this template application