Inspiration
Recently, there has been a lot of talk about new web forms such as web 3.0, so I wanted to create a decentralized social network. In a social network operating on the blockchain, each creator publish their own tokens, introduces themselves like existing SNS, and increases their value, the token value also increases. (However, in this hackathon, due to the wrong timing, I could not submit the correct result. Most of the data is dummy data, and the core development is very incomplete.)
What it does
Tokenity is a decentralized social network platform. People can post photos and articles on our platform and publish them to nft. Creators can mint and trade their coins.
How we built it
Frontend
Install packages and run
npm installnpm start
Core
Start starport
starport chain serve
Challenges we ran into
It was difficult to start development because the cosmos sdk had less data and a small community compared to other widely used libraries. There was no example of the function I wanted, so I had to get lost in many areas.
Accomplishments that we're proud of
This hackathon was an opportunity to actually plan and develop a project that I had only vaguely thought of before. Also, it was good to develop using Cosmos, which I was interested in, and to learn and utilize Cosmos technology. I'm glad that I have configured the front-end in the desired shape to some extent, and I can see the direction that needs to be further developed on top of this.
What we learned
Through this hackathon, I learned a lot about Cosmos and Tendermint and was able to develop it to some extent. Also, I was able to create the program I wanted by communicating between the web frontend and the blockchain node.
What's next for Tokenity
Since much of the current development is unfinished, I will continue to develop even after the hackathon, and I will create functions that I have previously thought of. Also, using archway or pylons, I will issue cw20 and cw721 smart contracts to generate creator's tokens and create nft.
Built With
- cosmos
- go
- javascript
- react
- starport

Log in or sign up for Devpost to join the conversation.