From b5e5a4c9a2455540dbf20573e64d9b0c5912b9ba Mon Sep 17 00:00:00 2001 From: Olga Telezhnaya Date: Wed, 30 Jun 2021 17:53:53 +0300 Subject: [PATCH] doc(lockup): add contributing guide --- lockup/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lockup/README.md b/lockup/README.md index dda45020..ed02100e 100644 --- a/lockup/README.md +++ b/lockup/README.md @@ -104,6 +104,12 @@ With the guarantees from the staking pool contracts, whitelist, and voting contr - The owner can withdraw rewards from the staking pool before tokens are unlocked unless the vesting termination prevents it. - The owner should be able to add a full access key to the account, once all tokens are vested, unlocked and transfers are enabled. +### Contributing + +We use Docker to build the contract. +Configuration could be found [here](https://github.com/near/near-sdk-rs/tree/master/contract-builder). +Please make sure that Docker is given at least 4Gb of RAM. + ### [Deprecated] Private vesting schedule Since the vesting schedule usually starts at the date of employment it allows to de-anonymize the owner of the lockup contract.