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 (implementingContractfrom 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 buildnpx blueprint test
# or
yarn blueprint testnpx blueprint run
# or
yarn blueprint runnpx blueprint create ContractName
# or
yarn blueprint create ContractNameWe welcome contributions! Please see the CONTRIBUTING.md for guidelines.
This project is licensed under the MIT License - see the LICENSE file for details.