Skip to content

boraecosystem/bora-token-contract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BORA Ecosystem Smart Contract

This is Smart Contract for utilizing in BORA Ecosystem. If you want to understand BORA Ecosystem, please refer to our project official site.

Testing

If you want to verify BORA token contract using test code in this repository, you need to install truffle and ganache client for your convenience.

Installation of Testing Tools

Running test suites require NPM (version v6.1 or later).

# 1. Installation
cd PATH-TO-CODE
npm install
# 2. Testing
cd PATH-TO-CODE
npm run test

Overview of Directories

  • contracts : Directory for Solidity Contracts.
  • migrations : Directory for deployment files.
  • test : Directory for test suites of the Smart Contracts.
  • truffle.js : Truffle configuration file.

Relevant URLs for Tools

License and Intellectual Property included in this Contracts

Code released under the MIT License.

BORA Ecosystem Token Contract and test suites include code from OpenZeppelin under the MIT license.

About

ERC20 Smart Contract for BORA Token

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published