-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #313 from BoostryJP/dev-21.6.0
21.6.0_beta1
- Loading branch information
Showing
5 changed files
with
137 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# How to Contribute | ||
|
||
At this time, we are not yet accepting external code contributions to this | ||
project. However, we want this library to be useful for the community. Submit | ||
issues for any feature request, bug, or other issue regarding the library. We | ||
will respond to issues filed in this project. | ||
|
||
We also want to know how you use this library and what problems it helps you to | ||
solve. We have two communication channels for you to contact us: | ||
|
||
* A [public discussion group](https://github.com/BoostryJP/ibet-SmartContract/discussions) | ||
where we will also share our preliminary roadmap, updates, events, and more. | ||
|
||
* A private email alias at | ||
[[email protected]](mailto:[email protected]) | ||
where you can reach out to us directly about your use cases and what more we can | ||
do to help and improve the library. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
# ibet Smart Contract | ||
|
||
<p> | ||
<img alt="Version" src="https://img.shields.io/badge/version-21.5-blue.svg?cacheSeconds=2592000" /> | ||
<img alt="Version" src="https://img.shields.io/badge/version-21.6-blue.svg?cacheSeconds=2592000" /> | ||
<a href="#" target="_blank"> | ||
<img alt="License: Apache--2.0" src="https://img.shields.io/badge/License-Apache--2.0-yellow.svg" /> | ||
</a> | ||
|
@@ -50,7 +50,30 @@ To deploy, execute the following command. | |
$ ./scripts/deploy.sh | ||
``` | ||
|
||
## Running the tests | ||
## Developing Smart Contracts | ||
|
||
### Requirements | ||
* Python(3.6) | ||
* Ganache | ||
|
||
### Setting up Ganache | ||
|
||
#### Server | ||
* hostname : 127.0.0.1 - lo0 | ||
* port number : 8545 | ||
* chain id : 2017 | ||
|
||
#### Chain | ||
* gas price : 0 | ||
* hard fork : Petersburg | ||
|
||
#### Importing network settings to Brownie | ||
|
||
```bash | ||
$ brownie networks import data/networks.yml | ||
``` | ||
|
||
### Running the tests | ||
|
||
You can run the tests with: | ||
```bash | ||
|
@@ -66,6 +89,25 @@ $ pytest tests/ | |
|
||
ibet-SmartContract is licensed under the Apache License, Version 2.0. | ||
|
||
|
||
## Contact information | ||
|
||
We are committed to open-sourcing our work to support your use cases. | ||
We want to know how you use this library and what problems it helps you to solve. | ||
We have two communication channels for you to contact us: | ||
|
||
* A [public discussion group](https://github.com/BoostryJP/ibet-SmartContract/discussions) | ||
where we will also share our preliminary roadmap, updates, events, and more. | ||
|
||
* A private email alias at | ||
[[email protected]](mailto:[email protected]) | ||
where you can reach out to us directly about your use cases and what more we can | ||
do to help and improve the library. | ||
|
||
Please refrain from sending any sensitive or confidential information. | ||
If you wish to delete a message you've previously sent, please contact us. | ||
|
||
|
||
## Sponsors | ||
|
||
[BOOSTRY Co., Ltd.](https://boostry.co.jp/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters