Skip to content

00mjk/crypto-condensation

 
 

Repository files navigation

💊 ⏲️ Crypto Condensation

Crypto Condensation is a free tool used for sending cryptocurrencies into the future.
It is essentially a timelock-as-a-service.
It is built using React for the Front End and Solidity for the Back End.
It is currently deployed on Ethereum, Rinkeby and Arbitrum, with more Networks on the way.
This is a community project so please feel free to reach out and help contribute.

💻 Development

  • Install Node
  • Then run the following commands:
# Clone the project to download its contents
> cd projects/
> git clone https://github.com/dreamlancer/crypto-condensation.git

# Navigate to the client directory
> cd crypto-Condensation
> cd client

# Make Node install the project's dependencies into node_modules/
> npm install

# Startup the project
> npm start

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 59.6%
  • Solidity 24.8%
  • JavaScript 14.9%
  • HTML 0.7%