https://github.com/sugarshop/chain-ads
chain-ads, decentralized advertisement protocol on ETH/TON BlockChain, beta version.
https://github.com/sugarshop/chain-ads
blockchain defi func hackathon-project ton
Last synced: 3 months ago
JSON representation
chain-ads, decentralized advertisement protocol on ETH/TON BlockChain, beta version.
- Host: GitHub
- URL: https://github.com/sugarshop/chain-ads
- Owner: sugarshop
- Created: 2024-07-16T11:06:31.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-05T15:30:50.000Z (over 1 year ago)
- Last Synced: 2025-03-15T05:26:39.060Z (about 1 year ago)
- Topics: blockchain, defi, func, hackathon-project, ton
- Language: TypeScript
- Homepage:
- Size: 5.59 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chain-ads
# Decentralized Ads Market.
Tips: 本协议仅为 AdventureX Hackathon Demo 交流学习使用,hackathon 团队保留对商业可用版本协议的最终解释权。
# Prize Award


# How to use it.


## Project structure
- `contracts` - source code of all the smart contracts of the project and their dependencies.
- `wrappers` - wrapper classes (implementing `Contract` from ton-core) for the contracts, including any [de]serialization primitives and compilation functions.
- `tests` - tests for the contracts.
- `scripts` - scripts used by the project, mainly the deployment scripts.
## How to use
### Build
`npx blueprint build` or `yarn blueprint build`
### Test
`npx blueprint test` or `yarn blueprint test`
### Deploy or run another script
`npx blueprint run` or `yarn blueprint run`
### Add a new contract
`npx blueprint create ContractName` or `yarn blueprint create ContractName`