Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iov-one/ethereum-smart-contracts
IOV's smart contracts for Ethereum
https://github.com/iov-one/ethereum-smart-contracts
Last synced: about 2 months ago
JSON representation
IOV's smart contracts for Ethereum
- Host: GitHub
- URL: https://github.com/iov-one/ethereum-smart-contracts
- Owner: iov-one
- License: apache-2.0
- Created: 2019-03-18T06:49:36.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-23T22:24:23.000Z (almost 2 years ago)
- Last Synced: 2023-03-01T08:02:30.916Z (almost 2 years ago)
- Language: JavaScript
- Size: 2.32 MB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IOV's smart contracts for Ethereum
## Build system
The truffle build system uses a different artifacts directory for
compiling (a) and testing (b). We prepand a custom flattening step.### Step 1
Implicit `yarn flatten` flattens contracts from `./contracts` into `./build/flattened`.
### Step 2a
`yarn build` compiles contracts from `./build/flattened` into `./build/contracts`.
### Step 2b
`yarn test` compiles contracts from `./build/flattened` into a temporary folder.