Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yummyweb/cudos-hackathon
Cudos hackathon project.
https://github.com/yummyweb/cudos-hackathon
Last synced: 17 days ago
JSON representation
Cudos hackathon project.
- Host: GitHub
- URL: https://github.com/yummyweb/cudos-hackathon
- Owner: yummyweb
- Created: 2022-06-21T17:18:45.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-12T13:49:28.000Z (over 2 years ago)
- Last Synced: 2023-03-05T06:54:32.353Z (almost 2 years ago)
- Language: TypeScript
- Size: 572 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Debook
### Steps to build contract
1. Build the contract with `cargo wasm`.
2. Then proceed to deployment on Cudos.### Steps to run
1. Run command `yarn` or `npm install` to install dependencies.
2. Then, run the command, `yarn start` or `npm run start` to start the development server.