Decentralized freelance-exchange with user profiles on blockchain TON.
contracts
- Source code of all the smart contracts of the project and their dependencies.wrappers
- Wrapper classes (implementingContract
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.
- Node.js
- Yarn or npm
-
Clone the repository:
git clone https://github.com/gradoally/a-careers-smc.git cd a-careers-smc
-
Install dependencies:
yarn install # or npm install
npx blueprint build
# or
yarn blueprint build
npx blueprint test
# or
yarn blueprint test
npx blueprint run
# or
yarn blueprint run
npx blueprint create ContractName
# or
yarn blueprint create ContractName
We welcome contributions! Please see the CONTRIBUTING.md for guidelines.
This project is licensed under the MIT License - see the LICENSE file for details.