@bulla-network/smart-contracts
v0.0.3
Published
## Setup
Downloads
3
Readme
Bulla Contract Code
Setup
- Install yarn globally
- run
yarn install
- run
yarn build
to compile contracts - run
yarn test
to test contracts
Ideas
https://medium.com/coinmonks/store-data-in-ethereum-by-logging-to-reduce-gas-cost-b70a13884485
https://media.consensys.net/introducing-openlaw-7a2ea410138b
https://media.consensys.net/technical-introduction-to-events-and-logs-in-ethereum-a074d65dd61e
https://consensys.net/blog/blockchain-development/guide-to-events-and-logs-in-ethereum-smart-contracts/
https://github.com/OriginProtocol/origin/blob/master/packages/contracts/contracts/marketplace/V01_Marketplace.sol
https://forum.ethereum.org/discussion/14362/structs-vs-nested-contracts
https://ethereum.stackexchange.com/questions/17094/how-to-store-ipfs-hash-using-bytes32/17112#17112
https://github.com/saurfang/ipfs-multihash-on-solidity
https://docs.ipfs.io/how-to/best-practices-for-nft-data/#metadata
//TODO: Look into packing
- https://docs.soliditylang.org/en/v0.8.3/internals/layout_in_storage.html
- https://medium.com/coinmonks/gas-optimization-in-solidity-part-i-variables-9d5775e43dde remixd -s -u --remix-ide https://remix.ethereum.org