Skip to content

Commit

Permalink
DRAFT
Browse files Browse the repository at this point in the history
  • Loading branch information
tracysanders committed May 25, 2021
1 parent ee1db50 commit ced6588
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 1 addition & 2 deletions contracts/DSCSAOwner.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// contracts/DSCSAOwnerMock.sol
// SPDX-License-Identifier: MIT
// contracts/DSCSAOwnerMock.sol - SPDX-License-Identifier: MIT
pragma solidity 0.8.4;

// Import Ownable->Context from the OpenZeppelin Contracts library
Expand Down
5 changes: 5 additions & 0 deletions doc/30_Development.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# ![LDC Logo](99_images/LDC_32_32.ico) Development and Coding

## Style Guides

- [Solidity Style Guide](https://docs.soliditylang.org/en/latest/style-guide.html)
- [JavaScript Standard Style](https://standardjs.com/)

## Common Development Commands

1. Launch Ganache to initialize local blockchain
Expand Down
1 change: 1 addition & 0 deletions doc/50_Deployment.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# ![LDC Logo](99_images/LDC_32_32.ico) Implementation and Deployment

Please reference [OpenZepplin's deployment guide](https://docs.openzeppelin.com/learn/connecting-to-public-test-networks).

0 comments on commit ced6588

Please sign in to comment.