Poc Solidity Smart Contract
Budget: $10 – $30 USD
The goal of this project is to develop s Solidity smart contract containing the following case:
Smart Contract master:
- has a list of nft with percentage value
- funds can be sent to the master
- if funds are sent, they should be transferred to the holders of the nfts according to the percentages defined
example:
Master M has 3 nft:
- a, has 50 percentage
- b, has 30 percentage
- c, has 20 percentage
If funds are sent to the master contract (e.g. 10), 5 should be transferred to the owner of a, 3 to b, 2 to c
Deliverables:
- smart contract(s)
- a runnable js test to test the case, e.g. with ganache-cli (see https://dev.to/nazeeh21/testing-solidity-smart-contracts-3jho)
Smart Contract master:
- has a list of nft with percentage value
- funds can be sent to the master
- if funds are sent, they should be transferred to the holders of the nfts according to the percentages defined
example:
Master M has 3 nft:
- a, has 50 percentage
- b, has 30 percentage
- c, has 20 percentage
If funds are sent to the master contract (e.g. 10), 5 should be transferred to the owner of a, 3 to b, 2 to c
Deliverables:
- smart contract(s)
- a runnable js test to test the case, e.g. with ganache-cli (see https://dev.to/nazeeh21/testing-solidity-smart-contracts-3jho)