Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thananjaya/ethereum_token
https://github.com/thananjaya/ethereum_token
erc20-tokens ethereum mochajs soldity web3js
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thananjaya/ethereum_token
- Owner: Thananjaya
- Created: 2019-03-22T11:02:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-08T13:03:33.000Z (over 5 years ago)
- Last Synced: 2024-10-11T22:43:07.670Z (about 1 month ago)
- Topics: erc20-tokens, ethereum, mochajs, soldity, web3js
- Language: JavaScript
- Size: 111 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SangToken - Token Sale Appication
### Sangtoken Follows ethereum erc 20 standard
This application is been deployed in **Rinkedby network** using [Infura API](https://infura.io/)
### About
This applciation been designed for both admin who controls the token sale and for the users who wish to buy the tokens
**Tech Stack**
> Solidity
>> for inplementing the required smart contracts> Web3.js
>> for interacting with the Ethereum Node> Truffle HD Wallet Provider
>> to incorporate the infura API with web3> Mocha & Ganache-cli
>> for testing the smart contract in development environment> Next.js
>> React froamework, for rendering the react pages from the server> React.js
>> for rendering the web pages### Installation
* Clone this project
* Install the packages by running ```npm install```
* Metamask is required, thus install the metamask and create a account in it
* Run ```npm run dev``` to start the applciation